Žiadny popis

afc163 a85b36481f update README.md 8 rokov pred
mock ea78a8e82a update mock data 8 rokov pred
public 57eb471a2d use cdn combo 8 rokov pred
src cf37e9a40e remove unused code 8 rokov pred
tests 61c9124a01 CI in windows (#89) 8 rokov pred
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo 8 rokov pred
.eslintrc 12f41ad836 upgrade enzyme 8 rokov pred
.ga ae1f594ff8 change .ga code 8 rokov pred
.gitignore 2d1148ebe5 Add UI Test (#10) 8 rokov pred
.roadhogrc 874afcc31d Use es module (#86) 8 rokov pred
.roadhogrc.mock.js ca45dd03f2 update tag clound 8 rokov pred
.stylelintrc f6c32c25af add stylelintrc 8 rokov pred
.travis.yml 2d1148ebe5 Add UI Test (#10) 8 rokov pred
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 rokov pred
LICENSE a347918d8b Create LICENSE 8 rokov pred
README.md a85b36481f update README.md 8 rokov pred
README.zh-CN.md a85b36481f update README.md 8 rokov pred
appveyor.yml 61c9124a01 CI in windows (#89) 8 rokov pred
package.json 41fffed253 bump 0.2.2-rc.0 8 rokov pred

README.md

English | 简体中文

Ant Design Pro

Gitter

An out-of-box UI solution for enterprise applications.

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 git@github.com:ant-design/ant-design-pro --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 init

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.