README.md
An out-of-box UI solution for enterprise applications as a React boilerplate.
Language: English | 简体中文
</div>- Welcome
- Dashboard
- Analysis
- Monitor
- Workplace
- Form
- Basic Form
- Step Form
- Advanced Form
- List
- Search List (Articles/Projects/Applications)
- Table List
- Basic List
- Card List
- Profile
- Basic Profile
- Advanced Profile
- Result
- Success
- Fail
- Exception
- 403
- 404
- 500
- Account
- Account Center
- Account Settings
- AI Assistant
- User
- Login
- Register
- Register Result
Clone or download this repository to your local machine:
git clone --depth=1 https://github.com/ant-design/ant-design-pro.git myapp
cd myapp
npm install
# Start development server (full version by default)
npm start
This project includes all blocks by default. If you need a minimal version, run:
npm run simple
This will:
Note: This operation is irreversible and will permanently delete files.
npm run build
This project ships with two built-in Claude Code Skills in .claude/skills/:
| Skill | Trigger | Description |
|---|---|---|
/pro-upgrade | "upgrade pro", "update to latest" | Auto-upgrade to the latest Ant Design Pro version. Diffs the latest template, merges framework changes while preserving your business code. |
/antd | antd-related code or questions | Query antd component APIs, props, tokens, demos; lint for deprecated usage; migrate between versions — all via @ant-design/cli. |
Usage in Claude Code:
# Upgrade the project to latest Pro version
/pro-upgrade
# Query antd component info, debug issues, run lint, etc.
/antd
💡 If your project was cloned from this repo, these skills are already included — no installation needed. To get the latest skill definitions, pull the updates from the template or run
npx skills add ant-design/ant-design-proto refresh them.
Modern browsers.
| </br>Edge | </br>Firefox | </br>Chrome | </br>Safari |
|---|---|---|---|
| Edge | last 2 versions | last 2 versions | last 2 versions |
Any type of contribution is welcome, here are some examples of how you may contribute to this project: