File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ # vue-multi-page-cli
2
+
3
+ A simple CLI for scaffolding Vue.js multiple page projects.
4
+
5
+ ### Installation
6
+
7
+ ``` shell
8
+ $ npm install -g @supfn/vue-multi-page-cli
9
+ ```
10
+
11
+
12
+ ### Usage
13
+
14
+ ``` shell
15
+ $ vue-multi-page-cli init < project-name>
16
+ ```
17
+
18
+ Example:
19
+
20
+ ``` shell
21
+ $ vue-multi-page-cli init my-project
22
+ ```
Original file line number Diff line number Diff line change 13
13
"type" : " git" ,
14
14
"url" : " git+https://github.com/supfn/vue-multi-page-cli.git"
15
15
},
16
- "author" : " peakleo " ,
17
- "license" : " ISC " ,
16
+ "author" : " supfn " ,
17
+ "license" : " MIT " ,
18
18
"bugs" : {
19
19
"url" : " https://github.com/supfn/vue-multi-page-cli/issues"
20
20
},
27
27
"inquirer" : " ^6.0.0" ,
28
28
"log-symbols" : " ^2.2.0" ,
29
29
"ora" : " ^2.1.0"
30
- }
30
+ },
31
+ "keywords" : [" vue" , " cli" , " multi" ]
31
32
}
You can’t perform that action at this time.
0 commit comments