## 快速上手

### 1. 安装相关依赖

```js
// 推荐
yarn global add @nicecode/cli

// or
// npm install @nicecode/cli -g
```

### 2. 使用并选择模板

```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                  |

## join us

[Nicecoders Team](https://github.com/nicecoders/nicecode)
