文件名称:questions-answers-ember:灰烬代码审查的第1部分和第2部分
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-24 11:39:05
JavaScript
留言板 留言板是一个Ember应用程序,允许Epicodus学生提问和回答与学校有关的问题。 先决条件 您需要在计算机上正确安装以下物品。 (带有NPM) 安装 git clone https://github.com/lindsayculver/questions-answers-ember此存储库 切换到新目录 npm install bower install 运行/开发 ember server 访问您的应用程序,为 。 代码生成器 利用许多生成器生成代码,尝试使用ember help generate更多详细信息 运行测试 ember test ember test --server 建造 ember build (发展) ember build --environment production (生产) 部署中 指定部署您的应用所需的时间。 进一步阅读/有用的链接 e
【文件预览】:
questions-answers-ember-master
----.travis.yml(318B)
----.ember-cli(280B)
----testem.json(198B)
----ember-cli-build.js(856B)
----vendor()
--------.gitkeep(0B)
----config()
--------environment.js(1KB)
----.watchmanconfig(29B)
----package.json(1KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(983B)
--------unit()
--------integration()
--------.jshintrc(831B)
--------helpers()
----app()
--------models()
--------templates()
--------routes()
--------index.html(747B)
--------controllers()
--------adapters()
--------components()
--------styles()
--------app.js(420B)
--------router.js(309B)
--------helpers()
----data.json(430B)
----.gitignore(247B)
----public()
--------images()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----README.md(2KB)
----.jshintrc(518B)
----bower.json(573B)
----.editorconfig(543B)