File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Generator-abstack-vuejs
2
- A yeoman generator for Vue.js
2
+ A yeoman generator for Vue.js.
3
+
4
+ ## Usage
5
+ You must install the [ yeoman] ( https://github.com/yeoman/yeoman ) first:
6
+
7
+ ``` bash
8
+ npm install -g yo
9
+ ```
10
+
11
+ Then:
12
+
13
+ ``` bash
14
+ # install
15
+ npm install -g generator-abstack-vuejs
16
+
17
+ # generate project
18
+ yo abstack-vuejs
19
+ ```
3
20
4
21
## Changelog
5
22
Visit [ release notes] ( https://github.com/PeachScript/generator-abstack-vuejs/releases )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-abstack-vuejs" ,
3
3
"version" : " 0.2.1" ,
4
- "description" : " A yeoman generate with Vue.js" ,
4
+ "description" : " A yeoman generator for Vue.js" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments