快速生成angular
+ bootstrap
+ ui-router
的admin后台系统
npm link
npm install -g yo
mkdir your-module-name && cd your-module-name
yo angular-admin
gulp build-dev
orgulp build
- you should open build/index.html in your browser
package.json
bower.json
.eslintignore
eslint.yml
gulpfile
.editorconfig
build
src ------
| views
| fonts
| styles
| images
| directives
| services
| controllers
| filters
| providers
| index.js
| index.html