@nicecode/cli
v0.3.0
Published
nicecode-cli 各种框架脚手架合集
Downloads
6
Maintainers
Readme
快速上手
1. 安装相关依赖
// 推荐
yarn global add @nicecode/cli
// or
// npm install @nicecode/cli -g
2. 使用并选择模板
nice create ${项目名称}
目前已有脚手架列表
| 名称 | 说明 | | ------------ | -------------------------- | | nextJs | nextJs + axios + antd | | React-PC | umiJs + axios + antd | | wxMini | vant 微信小程序 | | React-Mobile | umiJs + axios + ant-mobile | | TaroJs | TaroJs 全家桶 | | Vue | vue3 + ts |