文件名称:ember-bootstrap-sass-example
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-19 14:03:45
JavaScript
Ember-boostrap-sass-example
将 Bootstrap Sass 合并到 Ember 项目的示例设置。
基于
查看比博客文章更完整的。
这是如何建造的
$ ember new my-new-project
$ cd my-new-project
$ bower install --save bootstrap-sass-official
$ npm install --save-dev broccoli-sass
$ mv app/styles/app.css app/styles/app.scss
$ bower install --save fontawesome
先决条件
您将需要在您的计算机上正确安装以下东西。
(带有 NPM)
安装
git clone
【文件预览】:
ember-bootstrap-sass-example-master
----.jshintrc(518B)
----.gitignore(247B)
----app()
--------app.js(414B)
--------components()
--------templates()
--------models()
--------helpers()
--------views()
--------index.html(677B)
--------controllers()
--------routes()
--------styles()
--------router.js(232B)
----package.json(972B)
----.bowerrc(60B)
----.travis.yml(245B)
----Brocfile.js(469B)
----public()
--------robots.txt(41B)
--------.gitkeep(0B)
--------crossdomain.xml(603B)
----testem.json(159B)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------.jshintrc(1KB)
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(449B)
----config()
--------environment.js(1KB)
----.ember-cli(280B)
----bower.json(657B)
----.editorconfig(514B)