Bez popisu

sorrycc 60f751d3af fix: cssnano failed in merging rules před 7 roky
.circleci ade5cbba31 add circleci support před 7 roky
config 60f751d3af fix: cssnano failed in merging rules před 7 roky
functions e2fda6ecae bugfix: fix site script před 7 roky
mock 29640ca048 change english to chinese před 7 roky
public 0d2a250e0d remove public/sample.js před 8 roky
scripts e2fda6ecae bugfix: fix site script před 7 roky
src 42b97cfbfc remove tmp code před 7 roky
tests c6139e0332 disable dll and hard-source in test 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 b0be02b1c0 Optimization:change to antd drawer před 7 roky
.firebaserc f903f9aeaa support_firebase před 7 roky
.ga ae1f594ff8 change .ga code před 8 roky
.gitignore 8f0262b253 Merge branch 'master' into v2 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.json 8f0262b253 Merge branch 'master' into v2 před 7 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 11df35979f update browser support table před 7 roky
README.ru-RU.md 11df35979f update browser support table před 7 roky
README.zh-CN.md 11df35979f update browser support table před 7 roky
firebase.json 3c1cfabf26 Optimization: chnage firebase site script před 7 roky
jest.config.js 54b25eafe2 test: fix tests by adding testURL to jest configuration před 7 roky
jsconfig.json 484d71d8e1 vscode support alias před 7 roky
package.json ecd12e56d4 try to fix ci 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 variable screen sizes
  • :art: Theming: Customizable theme with simple config
  • :globe_with_meridians: International: Built-in i18n solution
  • :gear: Best Practices: Solid workflow to make your code healthy
  • :1234: Mock development: Easy to use mock development solution
  • :white_check_mark: 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
- 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 instructions at documentation.

Browsers support

Modern browsers and IE11.

IE / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari OperaOpera IE11, 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.