You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 days ago | |
|---|---|---|
| .agents | 4 weeks ago | |
| .claude/skills | 6 days ago | |
| .github | 5 days ago | |
| .husky | 11 months ago | |
| cloudflare-worker | 4 weeks ago | |
| config | 1 week ago | |
| docs | 6 days ago | |
| mock | 1 month ago | |
| public | 7 months ago | |
| scripts | 3 weeks ago | |
| src | 2 weeks ago | |
| tests | 3 weeks ago | |
| types | 1 month ago | |
| .commitlintrc.js | 11 months ago | |
| .editorconfig | 8 years ago | |
| .gitignore | 3 weeks ago | |
| .lintstagedrc | 3 weeks ago | |
| .npmrc | 11 months ago | |
| AGENTS.md | 6 days ago | |
| CLAUDE.md | 6 days ago | |
| CODE_OF_CONDUCT.md | 7 years ago | |
| LICENSE | 4 years ago | |
| README.md | 5 days ago | |
| README.zh-CN.md | 5 days ago | |
| biome.json | 4 weeks ago | |
| jest.config.ts | 4 weeks ago | |
| package-lock.json | 7 days ago | |
| package.json | 7 days ago | |
| postcss.config.js | 2 months ago | |
| react-doctor.config.json | 2 weeks ago | |
| tailwind.config.js | 4 weeks ago | |
| tsconfig.json | 2 months ago | |
README.md
Ant Design Pro
- Preview: https://preview.pro.ant.design
- Documentation: cheatsheet | FAQ
- Changelog: Releases
- v6 Released! — What's new
Features
- TypeScript — Full type safety out of the box
- Ant Design 6 — Enterprise-grade UI components
- Umi Max 4 — Convention-over-configuration framework with utoopack
- React 19 — Latest React with concurrent features
- Tailwind CSS v4 + antd-style — Flexible theming with CSS tokens
- Internationalization — Built-in i18n for 8 locales
- Mock Development — Co-located mock files for rapid prototyping
- AI Assistant — Built-in chatbot page powered by Ant Design X
- Best Practices — Biome linting, unit & e2e tests, CI/CD ready
Templates
Dashboard (Analysis, Monitor, Workplace) · Form (Basic, Step, Advanced) · List (Search, Table, Basic, Card) · Profile (Basic, Advanced) · Result (Success, Fail) · Exception (403, 404, 500) · Account (Center, Settings) · AI Assistant · User (Login, Register)
Quick Start
# Clone the repository
git clone --depth=1 https://github.com/ant-design/ant-design-pro.git myapp
cd myapp
# Install dependencies
npm install
# Start development server
npm start
To get a minimal version without the demo pages:
npm run simple
Note:
npm run simpleis irreversible — it permanently deletes demo files.
Build
npm run build
Contributing
We welcome all contributions. Please submit issues for bugs or questions, or open pull requests to improve the code.