UNPKG

@neosjs/create-app

Version:

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

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