Skip to content

hocgin/react-ui

Repository files navigation

react-ui

React UI 组件库,基于 React 和 Ant Design

npm

目录

.
├── _docs
│    └── TODO.md
├── src
│   ├── Archive       // 归档
│   ├── Exhibit       // 展览
│   ├── Beta          // Beta
│   ├── Deprecated    // 废弃
│   ├── Promise       // [重 HTTP 请求]
│   ├── Utils         // 工具
│   └── Tpl           // 模版

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Build library via father-build,

$ npm run build