1 Star 1 Fork 0

meetqy / test-cli-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
template.json 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
meetqy 提交于 2021-04-15 13:42 . config
[
{
"name": "vue2项目模板-[git cz,vuex,vue-router,eslint+prettier]",
"npmName": "@test-cli/vue-template",
"version": "1.0.0",
"type": "normal",
"installCommand": "cnpm i",
"startCommand": "npm run serve",
"ignore": ["**/public/**"],
"tag": ["project"]
},
{
"name": "vue-element-admin后台管理系统模板",
"npmName": "@test-cli/vue-element-admin",
"version": "1.0.0",
"type": "normal",
"installCommand": "cnpm i",
"startCommand": "npm run serve",
"ignore": ["**/public/**"],
"tag": ["project"]
},
{
"name": "vue3组件模板",
"npmName": "@test-cli/vue3-component",
"version": "1.0.5",
"type": "normal",
"installCommand": "cnpm i",
"startCommand": "npm run dev",
"ignore": ["**/public/**"],
"tag": ["component"]
}
]
1
https://gitee.com/meetqy/test-cli-template.git
git@gitee.com:meetqy/test-cli-template.git
meetqy
test-cli-template
test-cli-template
master

搜索帮助