提交 67ba51f2 编写于 作者: sd4015700's avatar sd4015700

feat: 新增koa2项目模板

上级 a301d2a7
node_modules
dist
.history
\ No newline at end of file
......@@ -40,6 +40,7 @@ ftc
| vitepress-doc | 基于 viteress 的文档模板 |
| vue3-ui-lib | 用于编写 vue3 ui 组件 |
| vue3-element-plus-ui-lib | 用于编写 vue3 ui 组件(引入了 element plus) |
| node-koa2 | 基于node的koa2项目模板 |
## 项目模板来源
......
{
"name": "@pzy915/front-template-cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"bin": {
"ftc":"./dist/index.es.js"
......
......@@ -44,6 +44,10 @@ const repositoryList: Record<string, TemplateInfo> = {
'vue3-element-plus-ui-lib':{
downloadUrl: 'https://gitcode.net/pzy_666/front-project-template/-/raw/master/zip/vue3-element-plus-ui-lib.zip?inline=false',
desc: '用于编写 vue3 ui 组件(集成了element plus)',
},
'node-koa2':{
downloadUrl: 'https://gitcode.net/pzy_666/front-project-template/-/raw/master/zip/node-koa2.zip?inline=false',
desc: '基于node的koa2项目模板',
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册