https://github.com/ant-design/pro-blocks
Blocks of Ant Design Pro.
https://github.com/ant-design/pro-blocks
Last synced: about 2 months ago
JSON representation
Blocks of Ant Design Pro.
- Host: GitHub
- URL: https://github.com/ant-design/pro-blocks
- Owner: ant-design
- License: mit
- Created: 2019-01-17T06:10:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T07:47:52.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:44:58.071Z (3 months ago)
- Language: TypeScript
- Homepage: https://preview.pro.ant.design/
- Size: 32 MB
- Stars: 718
- Watchers: 22
- Forks: 199
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pro-blocks
 [](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"