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: 8 months ago
JSON representation

一个简单的的基于react+TypeScript构建的web组件库

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
```