一个dumi构建的react组件库 存放mdfp相关的基础组件库
TODO
TODO
# install dependencies
$ yarn install
# develop library by docs demo
$ yarn start
# build library source code
$ yarn run build
# build library source code in watch mode
$ yarn run build:watch
# build docs
$ yarn run docs:build
# check your project for potential problems
$ yarn run doctor
commit 代码推送信息严格遵守以下规则
fix: xxx
feat: xxx
不校验代码提交
git commit -m 'feat: 表单' --no-verify