1 Star 1 Fork 0

刘坤/cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
刘坤 提交于 2024-06-21 17:00 . feat: 初版vue cli完成层级结构
{
"name": "@kunliu11/cli",
"version": "1.0.4",
"description": "command in line for creating spa",
"bin": {
"kun": "bin/kun.js"
},
"scripts": {
"prettier": "prettier --write .",
"test": "jest"
},
"keywords": [
"kun",
"vue",
"react",
"kun-cli"
],
"author": "liukun",
"license": "MIT",
"homepage": "https://gitee.com/liukun-uzi/vue-cli",
"repository": {
"type": "git",
"url": "https://gitee.com/liukun-uzi/vue-cli"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.8",
"builtins": "^1.0.3",
"chalk": "4.0.0",
"commander": "7.1.0",
"ejs": "^3.1.5",
"fs-extra": "^11.2.0",
"ini": "^2.0.0",
"inquirer": "^8.2.5",
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^6.0.0",
"minimist": "^1.2.5",
"open": "^7.3.0",
"ora": "^5.4.1",
"semver": "^7.3.4",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"jest": "^29.7.0",
"prettier": "^3.3.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liukun-uzi/cli.git
git@gitee.com:liukun-uzi/cli.git
liukun-uzi
cli
cli
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385