<h1 align="center">OSS UI</h1>

功能描述

## 环境要求
```
"node": ">=8.16.0" // gatsby目前要求至少在10.0以上
"yarn": ">=1.3.2"
```

## 本地开发说明

```

# 初始化安装
yarn initial

# 启动
yarn start

# 打包组件库站点
yarn build

# 清理
yarn clean

# 发布打包
yarn release

# 发布到npm
yarn publish
```

## capability list
- [✔️] 组件库Demo演示站点
- [✔️] 支持Demo在线编辑
- [✔️] 全面覆盖ant-design组件
- [✔️] 基于markdown的文档生成工具
- [✔️] 组件库打包 支持es&lib
- [✔️] 组件库发布到NPM
- [-] 编码规范
- [✔️] 提交commit规范
- [✔️] release note规范
- [-] 样式按需加载 & 防止全局污染
- [✔️] 组件国际化

## 参考文档
- [ant design](https://ant.design/index-cn)
- [gatsby](https://www.gatsbyjs.cn/)
- [react-live](https://github.com/FormidableLabs/react-live)