create-vue
Version:
🛠️ The recommended way to start a Vite-powered Vue project
74 lines (73 loc) • 1.84 kB
JSON
{
"projectName": {
"message": "Project name:"
},
"shouldOverwrite": {
"dirForPrompts": {
"current": "Current directory",
"target": "Target directory"
},
"message": "is not empty. Remove existing files and continue?"
},
"packageName": {
"message": "Package name:",
"invalidMessage": "Invalid package.json name"
},
"needsTypeScript": {
"message": "Add TypeScript?"
},
"needsJsx": {
"message": "Add JSX Support?"
},
"needsRouter": {
"message": "Add Vue Router for Single Page Application development?"
},
"needsPinia": {
"message": "Add Pinia for state management?"
},
"needsVitest": {
"message": "Add Vitest for Unit Testing?"
},
"needsE2eTesting": {
"message": "Add an End-to-End Testing Solution?",
"hint": "- Use arrow-keys. Return to submit.",
"selectOptions": {
"negative": { "title": "No" },
"cypress": {
"title": "Cypress",
"desc": "also supports unit testing with Cypress Component Testing"
},
"nightwatch": {
"title": "Nightwatch",
"desc": "also supports unit testing with Nightwatch Component Testing"
},
"playwright": { "title": "Playwright" }
}
},
"needsEslint": {
"message": "Add ESLint for code quality?",
"selectOptions": {
"negative": { "title": "No" },
"eslintOnly": {
"title": "Yes"
},
"speedUpWithOxlint": {
"title": "Yes, and speed up with Oxlint (experimental)"
}
}
},
"needsPrettier": {
"message": "Add Prettier for code formatting?"
},
"errors": {
"operationCancelled": "Operation cancelled"
},
"defaultToggleOptions": {
"active": "Yes",
"inactive": "No"
},
"infos": {
"scaffolding": "Scaffolding project in",
"done": "Done. Now run:"
}
}