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: about 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T04:29:47.000Z (over 2 years ago)
- Last Synced: 2025-10-28T00:35:30.388Z (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: 1
- 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
```