快捷生成基础项目代码,使用vite作为开发服务
// 安装全局包
npm install generation-template -g
// 使用gt create 创建项目
gt create <my-project> [template]
1. template-element-ts | element-ts
| 预置 element-plus | pinia | vue | vue-router
| 集成 cz-git(commit提交规范) | sass(css编译) | vitest(测试工具)
gt -h