我已从以下链接下载了mvcTodo应用程序,并根据自述文件进行了设置
https://github.com/trek/ember-todos-with-build-tools-tests-and-other-modern-conveniences
在'grunt'命令后,我的控制台显示
运行“观察”任务
等待
当我打开index.html时,它不会显示新的任务文本字段。好像我错过了什么。我需要在index.html中进行哪些更改才能使应用程序正常工作?
请帮忙。
答案 0 :(得分:1)
由于MVC项目包含package.json
文件,我认为您应该首先运行npm install
是安全的。
希望有所帮助