vue-quick-starter-cli
Version:
一个简单易用的Vue项目脚手架工具,快速创建Vue项目
42 lines (41 loc) • 875 B
JSON
{
"name": "vue-quick-starter-cli",
"version": "1.0.7",
"description": "一个简单易用的Vue项目脚手架工具,快速创建Vue项目",
"main": "lib/index.js",
"bin": {
"vue-quick": "bin/vue-quick.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"cli",
"scaffold",
"template",
"vue3",
"vue2",
"quick-start"
],
"author": "ztj",
"repository": {
"type": "git",
"url": "git+https://github.com/zsir316/vue-quick-starter-cli.git"
},
"license": "ISC",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"inquirer": "^8.2.5",
"ora": "^5.4.1",
"simple-git": "^3.16.0",
"create-vite": "^4.5.2",
"fs-extra": "^11.2.0",
"execa": "^5.1.1",
"cross-spawn": "^7.0.3"
}
}