File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # generator-gulp-angular2
2+
3+ > [ Yeoman] ( http://yeoman.io ) generator
4+
5+
6+ base on [ generator-gulp-angular] ( https://github.com/Swiip/generator-gulp-angular ) and [ angular2-seed] ( https://github.com/mgechev/angular2-seed )
7+
8+
9+ ## Getting Started
10+
11+ ### Install
12+
13+ Install required tools yo, gulp and bower:
14+
15+ ``` bash
16+ npm install -g yo gulp bower
17+ ```
18+
19+ To install generator-gulp-angular2 from npm, run:
20+
21+ ``` bash
22+ npm install -g generator-gulp-angular2
23+ ```
24+
25+ Finally, initiate the generator:
26+
27+ ``` bash
28+ yo gulp-angular2
29+ ```
30+
31+ ### Usage
32+
33+ ``` bash
34+ gulp serve.dev
35+
36+ //or
37+
38+ gulp serve.prod
39+ ```
40+
41+ ### Build
42+ ``` bash
43+ gulp build.dev
44+
45+ //or
46+
47+ gulp build.prod
48+ ```
49+
50+ ## License
51+
52+ MIT
You can’t perform that action at this time.
0 commit comments