initial commit
This commit is contained in:
9
prompts.js
Normal file
9
prompts.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = [
|
||||
{
|
||||
type: 'input',
|
||||
name: 'createVueConfigJs',
|
||||
message: 'Create vue.config.js (overrides if already existing)',
|
||||
validate: input => ['Y', 'y', 'N', 'n'].includes(input),
|
||||
default: 'Y'
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user