UNPKG

@neosjs/create-app

Version:

帮助开发者快速创建Vue3应用并自动配置项目

14 lines (13 loc) 303 B
{ "scripts": { "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build", "type-check": "vue-tsc --noEmit --skipLibCheck" }, "devDependencies": { "@types/node": "^20.14.2", "npm-run-all2": "^7.0.2", "typescript": "^5.8.0", "vue-tsc": "^2.2.8" } }