mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-13 21:51:03 +00:00
21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"prompts": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"label": "Project name"
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"required": true,
|
|
"label": "Project description",
|
|
"default": "A Vue.js project"
|
|
},
|
|
"author": {
|
|
"type": "string",
|
|
"label": "Author"
|
|
}
|
|
},
|
|
"completeMessage": "To get started:\n\n cd {{destDirName}}\n npm install # or yarn\n npm run dev # or yarn dev\n\n"
|
|
}
|