Skip to content

Commit 747891e

Browse files
committed
add readme
1 parent 8821e73 commit 747891e

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

0 commit comments

Comments
 (0)