README.md 542 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

愚道's avatar
愚道 committed
5 6
> A part of [Ant Design Pro V4](https://github.com/ant-design/ant-design-pro/issues/3143), still in progress.

afc163's avatar
afc163 committed
7
## Usage
afc163's avatar
afc163 committed
8

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

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

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

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

愚道's avatar
愚道 committed
23
Or
陈帅's avatar
陈帅 committed
24

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