在线文档.
git clone https://github.com/BeliefRC/rh-ui.git //clone项目
npm i //安装依赖
npm run storybook //项目运行
npm run build //构建组件库
npm run build-storybook //构建组件库文档静态站点
- 用了create-react-app 官方脚手架工具搭建了项目,并且使用TS
npx create-react-app my-app --typescript
# 或者
yarn create react-app my-app --typescript