Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ant-design/pro-blocks
- Owner: ant-design
- License: mit
- Created: 2019-01-17T06:10:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T07:47:52.000Z (about 1 year ago)
- Last Synced: 2024-12-25T10:05:08.996Z (8 days ago)
- Language: TypeScript
- Homepage: https://preview.pro.ant.design/
- Size: 32 MB
- Stars: 721
- 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://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"