bcche-ui-react
Version:
A component library that can achieve magic effects
37 lines (23 loc) • 323 B
Markdown
# bcche-ui-react
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Run test,
```bash
$ npm test
```
Build library via `father`,
```bash
$ npm run build
```
git push到main分支之后会自动部署