forked from vuejs-templates/webpack-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
31 lines (31 loc) · 848 Bytes
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"prompts": {
"name": {
"type": "string",
"required": true,
"label": "Project name"
},
"description": {
"type": "string",
"required": true,
"label": "Project description",
"default": "A Vue.js components project"
},
"author": {
"type": "string",
"required": true,
"label": "Author"
},
"repo": {
"type": "string",
"required": true,
"label": "repo"
},
"license": {
"type": "string",
"label": "License",
"default": "MIT"
}
},
"completeMessage": "{{#inPlace}}To get started:\n\n npm install or yarn \n npm run dev{{else}}To get started:\n\n cd {{destDirName}}\n npm install or yarn\n npm run dev{{/inPlace}}\n visit:http://localhost:8080/example/example.html \n publish: npm run build && npm publish"
}