We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e632a65 commit d118f91Copy full SHA for d118f91
package.json
@@ -4,7 +4,9 @@
4
"description": "A simple CLI for scaffolding Vue.js projects.",
5
"preferGlobal": true,
6
"bin": {
7
- "vue": "bin/vue"
+ "vue": "bin/vue",
8
+ "vue-init": "bin/vue-init",
9
+ "vue-list": "bin/vue-list"
10
},
11
"repository": {
12
"type": "git",
0 commit comments