## 开发

```bash
npm start
http://localhost:5000/docs/react/introduce-cn
```

## 生成 lib 包

```jsx
npm run compile  // 编译
npm run dist  //打包
npm run site  //构建网站

```

## 发布

```jsx
修改package.json中的版本号
npm run publish  //发布npm
```
