A part of [Ant Design Pro V4](https://github.com/ant-design/ant-design-pro/issues/3143), still in progress.
## dev
## Usage
```shell
umi block add [the github url of block]
```
You can visit umi [doc](https://umijs.org/guide/block.html) for find out more info about umi block.
## Contribute
Enter the block you want to dev
```shell
cross-env PAGES_PATH='block_name' umi
```
> In complex typescript definitions, vscode may crash or tslint reports an error. You can restart the typescript service by "ctrl+shift+p > reload window"