文件名称:Gulp-Ember-App-Kit:使用 Gulp 的 Ember App Kit
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-27 13:35:09
JavaScript
Gulp Ember 应用套件 使用 Gulp 的 Ember App Kit(基于 EAK 和 Ember-cli) 先决条件 节点 Gulp npm install -g gulp-cli 伊斯坦布尔npm install -g istanbul用于测试覆盖率 安装 下载 Gulp Ember 应用套件或使用 Git。 转到命令提示符或终端 (osx) 中下载的文件夹 输入npm install或sudo npm install (取决于你的设置) 接下来让我们使用bower install安装我们的 bower 依赖项 如果一切设置正确,您现在可以运行gulp 最后去http://localhost:8000/ 配置 要对您的应用程序环境进行基本更改,请转到config/environments.js 基本命令 gulp这是默认的任务是“transpiles”你烬应用程序,
【文件预览】:
Gulp-Ember-App-Kit-master
----.travis.yml(146B)
----testem.json(234B)
----vendor()
--------ember-shim.js(53B)
--------qunit-shim.js(53B)
----config()
--------environment.js(1KB)
----package.json(1KB)
----node_modules()
--------.bin()
----gulpfile.js(9KB)
----.bowerrc(28B)
----tests()
--------test-helper.js(201B)
--------test.html(3KB)
--------unit()
--------.jshintrc(1KB)
--------test-loader.js(573B)
--------helpers()
----LICENSE(1KB)
----app()
--------initializer()
--------templates()
--------routes()
--------index.html(3KB)
--------controllers()
--------components()
--------styles()
--------app.js(333B)
--------router.js(177B)
--------utils()
----.gitignore(287B)
----public()
--------assets()
--------robots.txt(32B)
--------crossdomain.xml(603B)
--------humans.txt(182B)
----README.md(2KB)
----.jshintrc(539B)
----bower.json(552B)
----api-stub()
--------routes.js(2KB)
--------server.js(1KB)