文件名称:ng-coffeeplate:带有 CoffeeScript、Jade、SASS、Bootstrap、Karma 和 Jasmine 的 Angular 应用样板和 Gulp.js 构建系统
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-22 15:58:03
CoffeeScript
ng-咖啡盘 ng-coffeeplate 是一个 Angular 项目样板和 Gulp.js 构建系统。 它的特点 linting、transpilation、concatenation 和 minification 供应商资产管理,由 模板编译(缓存为 Angular 模块) 样式表编译 ,作为 SASS 模块导入,让您可以完全访问 mixin 和配置选项。 + 带有静态网络服务器 入门 # Clone the repo git clone git@github.com:kvcrawford/ng-coffeeplate.git cd ng-coffeeplate # Install dependencies npm install bower install # Note: if you haven't already, you'll need to install #
【文件预览】:
ng-coffeeplate-master
----karma.conf.coffee(454B)
----package.json(1KB)
----gulpfile.coffee(1KB)
----.bowerrc(45B)
----src()
--------index.jade(280B)
--------app.coffee(160B)
--------home()
----.gitignore(37B)
----lib()
--------gulp()
----styles()
--------_layout.scss(26B)
--------app.scss(57B)
----README.md(2KB)
----bower.json(370B)