UNPKG

create-vue

Version:

🛠️ The recommended way to start a Vite-powered Vue project

14 lines (13 loc) 287 B
{ "scripts": { "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build", "type-check": "vue-tsc --build" }, "devDependencies": { "@types/node": "^22.13.1", "npm-run-all2": "^7.0.2", "typescript": "~5.7.3", "vue-tsc": "^2.2.0" } }