create-vue
Version:
🛠️ The recommended way to start a Vite-powered Vue project
90 lines (89 loc) • 2.57 kB
JSON
{
"projectName": {
"message": "請輸入專案名稱:",
"invalidMessage": "不能為空"
},
"shouldOverwrite": {
"dirForPrompts": {
"current": "當前資料夾",
"target": "目標資料夾"
},
"message": "非空,是否覆蓋?"
},
"packageName": {
"message": "請輸入套件名稱:",
"invalidMessage": "無效的 package.json 名稱"
},
"featureSelection": {
"message": "請選擇要包含的功能:",
"hint": "(↑/↓ 切換,空格選擇,a 全選,enter 確認)"
},
"needsTypeScript": {
"message": "是否使用 TypeScript?"
},
"needsJsx": {
"message": "JSX 支援"
},
"needsRouter": {
"message": "Router(單頁應用程式開發)"
},
"needsPinia": {
"message": "Pinia(狀態管理)"
},
"needsVitest": {
"message": "Vitest(單元測試)"
},
"needsE2eTesting": {
"message": "端對端測試"
},
"needsEslint": {
"message": "Linter(錯誤預防)"
},
"needsPrettier": {
"message": "Prettier(程式碼格式化)"
},
"e2eSelection": {
"message": "選擇一個端對端測試框架:",
"hint": "(↑/↓ 切換,enter 確認)",
"selectOptions": {
"playwright": { "title": "Playwright", "desc": "https://playwright.dev/" },
"cypress": {
"title": "Cypress",
"desc": "https://www.cypress.io/",
"hintOnComponentTesting": "同時支援基於 Cypress Component Testing 的單元測試 - https://www.cypress.io/"
}
}
},
"needsExperimental": {
"message": "启用試驗性功能"
},
"needsExperimentalFeatures": {
"message": "請選擇要包含的試驗特性:",
"hint": "(↑/↓ 切換,空格選擇,a 全選,enter 確認)"
},
"needsVueRc": {
"message": "Vue 3.6(發行候選版本)"
},
"needsOxfmt": {
"message": "使用 Oxfmt 替代 Prettier"
},
"needsBareboneTemplates": {
"message": "跳過所有範例程式碼,建立一個空白的 Vue 專案?"
},
"packageManagerSelection": {
"message": "專案將使用哪個套件管理器?",
"hint": "(需要根據套件管理器生成對應的 Vue 3.6 發行候選版本配置)"
},
"errors": {
"operationCancelled": "操作取消"
},
"defaultToggleOptions": {
"active": "是",
"inactive": "否"
},
"infos": {
"scaffolding": "正在建置專案",
"done": "專案建置完成,可執行以下命令:",
"optionalGitCommand": "可選:使用以下命令在專案目錄中初始化 Git:"
}
}