Bez popisu

陈帅 57c9820e4e Optimization: Remove the use router.js and menu.js před 7 roky
.circleci ade5cbba31 add circleci support před 7 roky
config 57c9820e4e Optimization: Remove the use router.js and menu.js před 7 roky
functions 3c1cfabf26 Optimization: chnage firebase site script před 7 roky
mock 785815f76e Merge branch 'umi' of https://github.com/ant-design/ant-design-pro into umi před 7 roky
public 0d2a250e0d remove public/sample.js před 8 roky
scripts 3c1cfabf26 Optimization: chnage firebase site script před 7 roky
src 57c9820e4e Optimization: Remove the use router.js and menu.js před 7 roky
tests e7b603e882 Fix ci privilege bug před 7 roky
.babelrc.js 0e2cd76a41 fix default setting bug před 7 roky
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo před 8 roky
.eslintignore f903f9aeaa support_firebase před 7 roky
.eslintrc.js d8ab4925c2 lint: change to eslint-config-umi před 7 roky
.firebaserc f903f9aeaa support_firebase před 7 roky
.ga ae1f594ff8 change .ga code před 8 roky
.gitignore 28310e16d1 remove webpackrc to config/config.js před 7 roky
.prettierignore 28310e16d1 remove webpackrc to config/config.js před 7 roky
.prettierrc 6ef237e517 merge master před 7 roky
.stylelintrc 6ef237e517 merge master před 7 roky
.travis.yml 84dd304e4d Add build to travis ci (#565) před 8 roky
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md před 8 roky
LICENSE cc37cabad4 2017 => 2018 před 8 roky
README.md 566d407222 Add deps badges před 7 roky
README.zh-CN.md 566d407222 Add deps badges před 7 roky
appveyor.yml cb88864b4e Fast finish for ci před 7 roky
firebase.json 3c1cfabf26 Optimization: chnage firebase site script před 7 roky
jsconfig.json 484d71d8e1 vscode support alias před 7 roky
package.json d8ab4925c2 lint: change to eslint-config-umi před 7 roky
webpack.config.js a44b833bc5 chage temp file path před 7 roky

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 :loudspeaker:

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

Features

  • :gem: Neat Design: Follow Ant Design specification
  • :triangular_ruler: Common Templates: Typical templates for enterprise applications
  • :rocket: State of The Art Development: Newest development stack of React/dva/antd
  • :iphone: Responsive: Designed for varies of screen size
  • :art: Theming: Customizable theme with simple config
  • :globe_with_meridians: International: Built-in i18n solution
  • :gear: Best Practice: Solid workflow make your code health
  • :1234: Mock development: Easy to use mock development solution
  • :white_check_mark: 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.