mdfp-comps
v0.0.4
Published
dumi构建的组件库
Downloads
3
Readme
mdfp-comps
一个dumi构建的react组件库 存放mdfp相关的基础组件库
Usage
TODO
Options
TODO
Development
# 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
LICENSE
代码提交
commit 代码推送信息严格遵守以下规则
fix: xxx
feat: xxx
代码校验
不校验代码提交
git commit -m 'feat: 表单' --no-verify