https://github.com/ant-design/ant-design-blocks
umi blocks of Ant Design.
https://github.com/ant-design/ant-design-blocks
Last synced: 15 days ago
JSON representation
umi blocks of Ant Design.
- Host: GitHub
- URL: https://github.com/ant-design/ant-design-blocks
- Owner: ant-design
- Created: 2019-09-25T09:19:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T20:43:21.000Z (4 months ago)
- Last Synced: 2025-04-19T19:26:42.747Z (3 months ago)
- Language: TypeScript
- Size: 22.6 MB
- Stars: 50
- Watchers: 8
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ant-design-blocks
umi blocks of Ant Design.
## Usage
With version 2.13 of Git and later:
```bash
git clone https://github.com/ant-design/ant-design.git
npm install
echo '[]' > continue.json
npm run start-c // If the process of generating a block does not respond for a long time, you need to re-run this command.
```