Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T04:29:47.000Z (10 months ago)
- Last Synced: 2024-10-02T23:34:05.562Z (3 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
```