react-ui-demo

a react component lib demo


Keywords
react, component
License
ISC
Install
npm install react-ui-demo@1.1.2

Documentation

react-ui-demo

a react component lib demo

介绍

快速开始一个react组件库

  1. 支持自动版本升级 详见standard-version
  2. 支持TS
  3. 支持eslint
  4. 支持debug

starter的使用

down到本地

git clone https://github.com/D6-ream/reactUI-demo.git

npm i

修改package.json中的

  • name
  • version
  • description
  • repository
  • author
  • bugs
  • homepage

发布

npm run release

git push --follow-tags origin master

npm publish

项目中安装使用

npm i <name> --save