文件名称:ember-scrud:通过实践学习 ember.js 和 ember-cli
文件大小:39KB
文件格式:ZIP
更新时间:2024-07-17 00:33:37
JavaScript
Ember SCRUD 使用学习并尝试构建 SCRUD 应用程序。 您可以按照教程 。 教程中的每个部分都有一个专门的分支。 # Clone this repository git clone git@github.com:mariusmateoc/ember-scrud.git # Then checkout the branch related to tutorial part git checkout < part> 注意如果您结帐到part-1这将是第 1 部分已完成。 进一步阅读/有用的链接 开发浏览器扩展
【文件预览】:
ember-scrud-master
----.travis.yml(245B)
----.ember-cli(280B)
----testem.json(159B)
----vendor()
--------.gitkeep(0B)
----config()
--------environment.js(1KB)
----package.json(985B)
----Brocfile.js(245B)
----.bowerrc(60B)
----tests()
--------test-helper.js(449B)
--------index.html(1KB)
--------unit()
--------.jshintrc(1KB)
--------helpers()
----app()
--------client()
--------models()
--------templates()
--------routes()
--------index.html(631B)
--------controllers()
--------views()
--------application()
--------employee()
--------components()
--------styles()
--------project()
--------app.js(414B)
--------router.js(655B)
--------clients()
--------projects()
--------helpers()
--------employees()
----.gitignore(247B)
----public()
--------robots.txt(41B)
--------crossdomain.xml(603B)
--------.gitkeep(0B)
----README.md(964B)
----.jshintrc(518B)
----bower.json(544B)
----.editorconfig(507B)