React UI 组件库,基于 React 和 Ant Design
.
├── _docs
│ └── TODO.md
├── src
│ ├── Archive // 归档
│ ├── Exhibit // 展览
│ ├── Beta // Beta
│ ├── Deprecated // 废弃
│ ├── Promise // [重 HTTP 请求]
│ ├── Utils // 工具
│ └── Tpl // 模版
Install dependencies,
$ npm i
Start the dev server,
$ npm start
Build documentation,
$ npm run docs:build
Build library via father-build
,
$ npm run build