generator-create-project
v2.0.0
Published
1. 执行 **`npm install yo -g`** 命令下载 **`yo`** 2. 执行 **`yo create-project`** 命令创建项目
Readme
使用方法
- 执行
npm install yo -g命令下载yo - 执行
yo create-project命令创建项目
支持的项目列表
- 项目模板里已经集成了常用的基础配置
| 项目类型 | 集成功能 | |------------------------|--------------------------------------| | Express项目 | nodemon,Sequelize,Token验证 | | Nest项目 | Token验证,TypeORM,参数校验 | | Gin项目 | Token验证,gorm,参数校验 | | SpringBoot项目 | 热部署,MyBatis | | Vite+React项目 | Axios,Styled-Components,react-router | | Vite+Vue3项目 | vue-router,Axios | | Vite+Vue3+TypeScript项目 | vue-router,Axios |
