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 11# 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+ ```
320
421## Changelog
522Visit [ release notes] ( https://github.com/PeachScript/generator-abstack-vuejs/releases )
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-abstack-vuejs" ,
33 "version" : " 0.2.1" ,
4- "description" : " A yeoman generate with Vue.js" ,
4+ "description" : " A yeoman generator for Vue.js" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments