README.md 431 Bytes
Newer Older
愚道's avatar
愚道 committed
1
# pro-blocks
偏右's avatar
偏右 committed
2

愚道's avatar
愚道 committed
3
umi blocks of Ant Design Pro.
afc163's avatar
afc163 committed
4

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

7
```shell
愚道's avatar
愚道 committed
8
$ umi block add [the github url of block]
afc163's avatar
afc163 committed
9 10
```

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

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

愚道's avatar
愚道 committed
15 16 17 18 19
```shell
$ cd [some block]
$ yarn # or npm install
$ yarn run dev # or npm run dev
```
陈帅's avatar
陈帅 committed
20

愚道's avatar
愚道 committed
21
Or
陈帅's avatar
陈帅 committed
22

23
```shell
愚道's avatar
愚道 committed
24 25
$ yarn # or npm install
$ APP_ROOT=[some block] yarn run dev # or APP_ROOT=[someblock] npm run dev
陈帅's avatar
陈帅 committed
26
```