Няма описание

陈帅 ecbd99dfbb Optimization: delete externals преди 7 години
.circleci ade5cbba31 add circleci support преди 7 години
mock 645f7daf49 support perttier преди 7 години
public 0d2a250e0d remove public/sample.js преди 8 години
src ecbd99dfbb Optimization: delete externals преди 7 години
tests e7b603e882 Fix ci privilege bug преди 7 години
.babelrc.js 3cfbae3b31 fix ci преди 7 години
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo преди 8 години
.eslintrc.js d7b87c27db fix some eslint error преди 7 години
.ga ae1f594ff8 change .ga code преди 8 години
.gitignore 484d71d8e1 vscode support alias преди 7 години
.prettierignore 2982d86992 add ejs file to .prettierignore преди 7 години
.prettierrc 645f7daf49 support perttier преди 7 години
.roadhogrc.mock.js 645f7daf49 support perttier преди 7 години
.stylelintrc 645f7daf49 support perttier преди 7 години
.travis.yml 84dd304e4d Add build to travis ci (#565) преди 8 години
.webpackrc.js ecbd99dfbb Optimization: delete externals преди 7 години
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md преди 8 години
LICENSE cc37cabad4 2017 => 2018 преди 8 години
README.md 53c4e7a6c3 Update README.md (#1844) преди 7 години
README.zh-CN.md 566d407222 Add deps badges преди 7 години
appveyor.yml cb88864b4e Fast finish for ci преди 7 години
jsconfig.json 484d71d8e1 vscode support alias преди 7 години
package.json 2a761d4d91 bugfix: change version to 1.3.0 преди 7 години

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.

Compatibility

Modern browsers and IE11.

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.