@nicecode/cli
Version:
nicecode-cli 各种框架脚手架合集
33 lines (23 loc) • 679 B
Markdown
```js
// 推荐
yarn global add @nicecode/cli
// or
// npm install @nicecode/cli -g
```
```js
nice create ${项目名称}
```
| 名称 | 说明 |
| ------------ | -------------------------- |
| nextJs | nextJs + axios + antd |
| React-PC | umiJs + axios + antd |
| wxMini | vant 微信小程序 |
| React-Mobile | umiJs + axios + ant-mobile |
| TaroJs | TaroJs 全家桶 |
| Vue | vue3 + ts |
[](https://github.com/nicecoders/nicecode)