Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ant-design/pro-blocks

Blocks of Ant Design Pro.
https://github.com/ant-design/pro-blocks

Last synced: 1 day ago
JSON representation

Blocks of Ant Design Pro.

Awesome Lists containing this project

README

        

# pro-blocks

![](https://badgen.net/badge/icon/Ant%20Design?icon=https://gw.alipayobjects.com/zos/antfincdn/Pp4WPgVDB3/KDpgvguMpGfqaHPjicRK.svg&label) [![Build Status](https://dev.azure.com/chenshuai2144/pro-blocks/_apis/build/status/ant-design.pro-blocks?branchName=master)](https://dev.azure.com/chenshuai2144/pro-blocks/_build/latest?definitionId=3&branchName=master)

Ant Design Pro for Umi blocks.

> [Ant Design Pro V4](https://github.com/ant-design/ant-design-pro/issues/3143) official blockchain

## usage

```shell
umi block add [block github url]
```

You can visit umi [doc](https://umijs.org/guide/block.html) to learn more about umi block.

## contribution

Enter the name of the block to be developed

```shell
npm install
npm run start 'block_name'
```

In complex TypeScript definitions, vscode may crash or tslint report errors. You can restart TypeScript service by "ctrl + shift + p> reload window"