【发布时间】:2016-11-14 23:03:25
【问题描述】:
所以在安装 MeanJS 堆栈后,我使用了 crud 模块生成器:
yo meanjs:crud-module posts
一切正常,但是当我点击新帖子菜单中的链接时,我得到了:
GET http://localhost:3000/modules/posts/client/views/list-posts.client.view.html 404 (Not Found)
文件确实存在,我检查了路线和东西,但一切似乎都很好。
感谢您的帮助。
【问题讨论】: