👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
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.
 
 
 
张秀玲 a8d201b9e3 translate error page 8 years ago
.circleci add circleci support 8 years ago
config Optimization: Slight performance optimization 8 years ago
functions Optimization: chnage firebase site script 8 years ago
mock Merge branch 'umi' of https://github.com/ant-design/ant-design-pro into umi 8 years ago
public remove public/sample.js 8 years ago
scripts Optimization:Independent MergeLessPlugin 8 years ago
src translate error page 8 years ago
tests Fix ci privilege bug 8 years ago
.babelrc.js fix ci 8 years ago
.editorconfig Extract scaffold to independent git repo 9 years ago
.eslintignore support_firebase 8 years ago
.eslintrc.js Optimization:change to antd drawer 8 years ago
.firebaserc support_firebase 8 years ago
.ga change .ga code 9 years ago
.gitignore remove webpackrc to config/config.js 8 years ago
.prettierignore remove webpackrc to config/config.js 8 years ago
.prettierrc support perttier 8 years ago
.stylelintrc support perttier 8 years ago
.travis.yml Add build to travis ci (#565) 8 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 9 years ago
LICENSE 2017 => 2018 8 years ago
README.md Add deps badges 8 years ago
README.zh-CN.md Add deps badges 8 years ago
appveyor.yml Fast finish for ci 8 years ago
firebase.json Optimization: chnage firebase site script 8 years ago
jsconfig.json vscode support alias 8 years ago
package.json Optimization:Independent MergeLessPlugin 8 years ago
webpack.config.js Optimization:Independent MergeLessPlugin 8 years ago

README.md

English | 简体中文

Ant Design Pro

Build status Dependencies DevDependencies Gitter

An out-of-box UI solution for enterprise applications as a React boilerplate.

Translation Recruitment 📢

We need your help: https://github.com/ant-design/ant-design-pro/issues/120

Features

  • 💎 Neat Design: Follow Ant Design specification
  • 📐 Common Templates: Typical templates for enterprise applications
  • 🚀 State of The Art Development: Newest development stack of React/dva/antd
  • 📱 Responsive: Designed for varies of screen size
  • 🎨 Theming: Customizable theme with simple config
  • 🌐 International: Built-in i18n solution
  • ⚙️ Best Practice: Solid workflow make your code health
  • 🔢 Mock development: Easy to use mock development solution
  • UI Test: Fly safely with unit test and e2e test

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
- Result
  - Success
  - Failed
- Exception
  - 403
  - 404
  - 500
- User
  - Login
  - Register
  - Register Result

Usage

$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
$ cd ant-design-pro
$ npm install
$ npm start         # visit http://localhost:8000

Or you can use the command tool: ant-design-pro-cli

$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro new

More instruction at documentation.

Compatibility

Modern browsers and IE11.

Contributing

Any Contribution of following ways will be welcome:

  • Use Ant Design Pro in your daily work.
  • Submit issue to report bug or ask questions.
  • Propose pull request to improve our code.