ERPTurbo_Admin/shared/components/README.md
2025-11-03 10:21:56 +08:00

44 lines
769 B
Markdown

# @chageable/components
[![NPM version](https://img.shields.io/npm/v/@chageable/components.svg?style=flat)](https://npmjs.org/package/@chageable/components)
[![NPM downloads](http://img.shields.io/npm/dm/@chageable/components.svg?style=flat)](https://npmjs.org/package/@chageable/components)
A react library developed with dumi
## Usage
TODO
## 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
# Locally preview the production build.
$ pnpm run docs:preview
# check your project for potential problems
$ pnpm run doctor
```
## LICENSE
MIT