ERPTurbo_Admin/shared/components
2025-11-03 10:21:56 +08:00
..
docs init commit 2025-11-03 10:21:56 +08:00
src init commit 2025-11-03 10:21:56 +08:00
typings init commit 2025-11-03 10:21:56 +08:00
.dumirc.ts init commit 2025-11-03 10:21:56 +08:00
.editorconfig init commit 2025-11-03 10:21:56 +08:00
.eslintrc.js init commit 2025-11-03 10:21:56 +08:00
.fatherrc.ts init commit 2025-11-03 10:21:56 +08:00
.gitignore init commit 2025-11-03 10:21:56 +08:00
.prettierignore init commit 2025-11-03 10:21:56 +08:00
.prettierrc.js init commit 2025-11-03 10:21:56 +08:00
.stylelintrc init commit 2025-11-03 10:21:56 +08:00
LICENSE init commit 2025-11-03 10:21:56 +08:00
package.json init commit 2025-11-03 10:21:56 +08:00
README.md init commit 2025-11-03 10:21:56 +08:00
tsconfig.json init commit 2025-11-03 10:21:56 +08:00

@chageable/components

NPM version NPM downloads

A react library developed with dumi

Usage

TODO

Options

TODO

Development

# 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