暂无描述

ddcat1115 ebd6f2ffc8 fix Countdown error format and invalid initial time, close #1009 7 年之前
mock 38f1302ab5 ⚡️ Change 'getUrlParams()' as standard library to 'url.parse()' (#926) 8 年之前
public 0d2a250e0d remove public/sample.js 8 年之前
src ebd6f2ffc8 fix Countdown error format and invalid initial time, close #1009 7 年之前
tests 6ae1530744 Use roadhog test (#640) 8 年之前
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo 8 年之前
.eslintrc 2885fa9518 better jsx-wrap-multilines eslint rule 8 年之前
.ga ae1f594ff8 change .ga code 8 年之前
.gitignore b3af8f8570 fix #821 Menu selection problem 8 年之前
.roadhogrc.mock.js 38f1302ab5 ⚡️ Change 'getUrlParams()' as standard library to 'url.parse()' (#926) 8 年之前
.stylelintrc 2e0efbb04c update dependencies and fix lint and test case 8 年之前
.travis.yml 84dd304e4d Add build to travis ci (#565) 8 年之前
.webpackrc 6f2782083b fix #649 browserHistory error 8 年之前
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 年之前
LICENSE cc37cabad4 2017 => 2018 8 年之前
README.md b9002a3784 fix changelog link 8 年之前
README.zh-CN.md b9002a3784 fix changelog link 8 年之前
appveyor.yml cb88864b4e Fast finish for ci 7 年之前
package.json f6516602a9 deps: move rollbar to dependencies (#990) 7 年之前

README.md

English | 简体中文

Ant Design Pro

Build status 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: Themeing: 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.