Language :
Ant Design Pro
- 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
- Mirror Site in China: http://ant-design-pro.gitee.io
π π π
5.0 is out!
π’
Translation Recruitment We need your help: #120
Features
π‘ 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
Templates
- 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
Usage
Use bash
We provide pro-cli to quickly initialize scaffolding.
# use npm
npm i @ant-design/pro-cli -g
pro create myapp
select umi version
π Use umi@4 or umi@3 ? (Use arrow keys)
β― umi@4
umi@3
If the umi@4 version is selected, full blocks are not yet supported.
If you choose umi@3, you can also choose the pro template. Pro is the basic template, which only provides the basic content of the framework operation. Complete contains all blocks, which is not suitable for secondary development as a basic template.
? π Full or a simple scaffold? (Use arrow keys)
β― simple
complete
Install dependencies:
$ cd myapp && tyarn
// or
$ cd myapp && npm install
Browsers support
Modern browsers.
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Contributing
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.