动态菜单和动态路由的 antd pro
nodejh b820008e71 feat: 动态路由 + 动态菜单 antd pro 5 years ago
mock feat: 动态路由 + 动态菜单 antd pro 5 years ago
public feat: 动态路由 + 动态菜单 antd pro 5 years ago
src feat: 动态路由 + 动态菜单 antd pro 5 years ago
tests feat: 动态路由 + 动态菜单 antd pro 5 years ago
.babelrc.js feat: 动态路由 + 动态菜单 antd pro 5 years ago
.editorconfig feat: 动态路由 + 动态菜单 antd pro 5 years ago
.eslintrc.js feat: 动态路由 + 动态菜单 antd pro 5 years ago
.ga feat: 动态路由 + 动态菜单 antd pro 5 years ago
.gitignore feat: 动态路由 + 动态菜单 antd pro 5 years ago
.prettierignore feat: 动态路由 + 动态菜单 antd pro 5 years ago
.prettierrc feat: 动态路由 + 动态菜单 antd pro 5 years ago
.roadhogrc.mock.js feat: 动态路由 + 动态菜单 antd pro 5 years ago
.stylelintrc feat: 动态路由 + 动态菜单 antd pro 5 years ago
.travis.yml feat: 动态路由 + 动态菜单 antd pro 5 years ago
.webpackrc.js feat: 动态路由 + 动态菜单 antd pro 5 years ago
CODE_OF_CONDUCT.md feat: 动态路由 + 动态菜单 antd pro 5 years ago
LICENSE feat: 动态路由 + 动态菜单 antd pro 5 years ago
README.md feat: 动态路由 + 动态菜单 antd pro 5 years ago
README.zh-CN.md feat: 动态路由 + 动态菜单 antd pro 5 years ago
appveyor.yml feat: 动态路由 + 动态菜单 antd pro 5 years ago
package.json feat: 动态路由 + 动态菜单 antd pro 5 years ago

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