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