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": "^24.13.3", "npm-run-all2": "^9.0.2", "typescript": "~6.0.0", "vue-tsc": "^3.3.7" } }