An open API service indexing awesome lists of open source software.

https://github.com/arronf2e/colorui-react

ColorUI 组件库—React版本
https://github.com/arronf2e/colorui-react

Last synced: 9 months ago
JSON representation

ColorUI 组件库—React版本

Awesome Lists containing this project

README

          

# colorui-react

[![NPM version](https://img.shields.io/npm/v/colorui-react.svg?style=flat)](https://npmjs.org/package/colorui-react)
[![NPM downloads](http://img.shields.io/npm/dm/colorui-react.svg?style=flat)](https://npmjs.org/package/colorui-react)

A react library developed with dumi

## Usage

```
npm install colorui-react
```

## Options

TODO

## Development

```bash
# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# check your project for potential problems
$ pnpm run doctor
```

## LICENSE

MIT