https://github.com/path-yu/leaf-ui
一个简单的的基于react+TypeScript构建的web组件库
https://github.com/path-yu/leaf-ui
component dumi hooks react typescript umi
Last synced: 8 months ago
JSON representation
一个简单的的基于react+TypeScript构建的web组件库
- Host: GitHub
- URL: https://github.com/path-yu/leaf-ui
- Owner: path-yu
- Created: 2022-05-05T03:41:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T04:29:47.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:43:03.035Z (8 months ago)
- Topics: component, dumi, hooks, react, typescript, umi
- Language: TypeScript
- Homepage: https://simple-element-path-yu.vercel.app/
- Size: 8.76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leaf-react-ui
## Getting Started
Install dependencies,
```bash
$ pnpm i
```Start the dev server,
```bash
$ pnpm start
```Build documentation,
```bash
$ pnpm run docs:build
```Run test,
```bash
$ pnpm test
```Build library via `father`,
```bash
$ pnpm run build
```