You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta.js
+18-20Lines changed: 18 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ const path = require('path');
3
3
4
4
module.exports={
5
5
"prompts": {
6
-
7
6
"name": {
8
7
"type": "string",
9
8
"required": true,
@@ -19,26 +18,25 @@ module.exports = {
19
18
"type": "string",
20
19
"message": "Author"
21
20
},
22
-
"build": {
23
-
"type": "list",
24
-
"message": "Vue build",
25
-
"choices": [
26
-
{
27
-
"name": "Runtime + Compiler: recommended for most users",
28
-
"value": "standalone",
29
-
"short": "standalone"
30
-
},
31
-
{
32
-
"name": "Runtime-only: about 6KB lighter min+gzip, but templates (or any Vue-specific HTML) are ONLY allowed in .vue files - render functions are required elsewhere",
33
-
"value": "runtime",
34
-
"short": "runtime"
35
-
}
36
-
]
37
-
},
38
-
"router": {
21
+
"extended": {
39
22
"type": "confirm",
40
-
"message": "Install vue-router?"
41
-
},
23
+
"message": "Add basic Login and Admin views with Vuex, Vue-router and Bootstrap-vue?"
0 commit comments