文件名称:note-app:使用 Ember CLI 构建的示例笔记应用程序
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-04 10:50:04
JavaScript
笔记应用
带有 Ember-CLI 的示例笔记应用程序。
先决条件
您将需要在您的计算机上正确安装以下东西。
(带有 NPM)
安装
git clone
【文件预览】:
note-app-master
----.travis.yml(265B)
----.ember-cli(280B)
----testem.json(170B)
----vendor()
--------.gitkeep(0B)
----config()
--------environment.js(1KB)
----package.json(912B)
----Brocfile.js(1KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(968B)
--------unit()
--------.jshintrc(814B)
--------helpers()
----app()
--------models()
--------templates()
--------routes()
--------index.html(622B)
--------controllers()
--------views()
--------adapters()
--------components()
--------styles()
--------app.js(471B)
--------router.js(230B)
--------helpers()
----.gitignore(261B)
----public()
--------robots.txt(41B)
--------crossdomain.xml(603B)
----README.md(557B)
----.jshintrc(518B)
----bower.json(597B)
----.editorconfig(543B)