Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjzheng/angular-es6-practice
基于yoman的generator-gulp-angular 将 rdash-angular 用ES6重写
https://github.com/hjzheng/angular-es6-practice
Last synced: 27 days ago
JSON representation
基于yoman的generator-gulp-angular 将 rdash-angular 用ES6重写
- Host: GitHub
- URL: https://github.com/hjzheng/angular-es6-practice
- Owner: hjzheng
- Created: 2016-01-17T15:43:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T07:44:37.000Z (over 8 years ago)
- Last Synced: 2024-04-16T05:34:10.555Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-es6-practice
基于yoman的[generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular) 将 [rdash-angular](https://github.com/rdash/rdash-angular) 用ES6重写。
### 使用
```
npm install
bower installgulp serve
```### [generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular) 技术选择
- Angular: 1.4.0
- Angular modules: animate, cookies, touch, sanitize
- jQuery: 2.x
- Resource handler: none
- Router: UI Router
- UI Framework: Bootstrap
- CSS pre-processor: none
- JS preprocessor: ECMAScript 6 (Babel)
- HTML preprocessor: none