README.md 411 Bytes
Newer Older
1
# umi-blocks
偏右's avatar
偏右 committed
2

3
Official collection of some high quality blocks.
afc163's avatar
afc163 committed
4

afc163's avatar
afc163 committed
5
## Usage
afc163's avatar
afc163 committed
6

7 8 9
```shell
$ umi block list
$ umi block add [A block name in list, or any github address of a umi block]
afc163's avatar
afc163 committed
10 11
```

12
You can visit umi [doc](https://umijs.org/guide/block.html) for find out more info about umi block.
陈帅's avatar
陈帅 committed
13

14
## Contribute
陈帅's avatar
陈帅 committed
15

16
You can create a umi block and make a PR for us!
陈帅's avatar
陈帅 committed
17

18
How to create a block:
陈帅's avatar
陈帅 committed
19

20 21
```shell
$ yarn create umi --block
陈帅's avatar
陈帅 committed
22
```