An out-of-box UI solution for enterprise applications as a React boilerplate.
Language: πΊπΈ | π¨π³
- Preview: http://preview.pro.ant.design
- Home Page: http://pro.ant.design
- Documentation: http://pro.ant.design/docs/getting-started
- ChangeLog: http://pro.ant.design/docs/changelog
- FAQ: http://pro.ant.design/docs/faq
- π‘ TypeScript: A language for application-scale JavaScript
- π Blocks: Build page with block template
- π Neat Design: Follow Ant Design specification
- π Common Templates: Typical templates for enterprise applications
- π State of The Art Development: Newest development stack of React/umi/dva/antd
- π± Responsive: Designed for variable screen sizes
- π¨ Theming: Customizable theme with simple config
- π International: Built-in i18n solution
- βοΈ Best Practices: Solid workflow to make your code healthy
- π’ Mock development: Easy to use mock development solution
- β UI Test: Fly safely with unit and e2e tests
- Dashboard
- Analytic
- Monitor
- Workspace
- Form
- Basic Form
- Step Form
- Advanced From
- List
- Standard Table
- Standard List
- Card List
- Search List (Project/Applications/Article)
- Profile
- Simple Profile
- Advanced Profile
- Account
- Account Center
- Account Settings
- Result
- Success
- Failed
- Exception
- 403
- 404
- 500
- 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 myappnpm install# Start development server (full version by default)
npm startThis project includes all blocks by default. If you need a minimal version, run:
npm run simpleThis will:
- Remove extra page directories (dashboard, form, list/*, profile, result, exception, account, etc.)
- Remove extra mock files
- Replace routes with simple version
- Remove extra dependencies from package.json
Note: This operation is irreversible and will permanently delete files.
npm run buildModern browsers.
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
|---|---|---|---|---|
| Edge | last 2 versions | 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:
- Use Ant Design Pro in your daily work.
- Submit issues to report bugs or ask questions.
- Propose pull requests to improve our code.




