集成常见的React组件,简化开发流程,让开发更简单
文档地址 (https://xianghengyu.github.io/xhy-react) 帮忙点个star吧!
TODO
TODO
# install dependencies
$ npm install
# develop library by docs demo
$ npm start
# build library source code
$ npm run build
# build library source code in watch mode
$ npm run build:watch
# build docs
$ npm run docs:build
# check your project for potential problems
$ npm run doctor
MIT