https://github.com/icowan/dudulu-admin
前端
https://github.com/icowan/dudulu-admin
Last synced: 3 months ago
JSON representation
前端
- Host: GitHub
- URL: https://github.com/icowan/dudulu-admin
- Owner: icowan
- License: mit
- Created: 2017-11-03T10:18:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T11:15:16.000Z (over 7 years ago)
- Last Synced: 2025-01-07T21:51:25.320Z (5 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[简体中文](./README.md) | English
# Ant Design Pro
[](https://travis-ci.org/ant-design/ant-design-pro) [](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
An out-of-box UI solution for enterprise applications.

- Preview: http://preview.pro.ant.design
- Home Page: http://pro.ant.design
- Documentation: http://pro.ant.design/docs/getting-started
- FAQ: http://pro.ant.design/docs/faq## 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
- 分析页
- 监控页
- 工作台
- 表单页
- 基础表单页
- 分步表单页
- 高级表单页
- 列表页
- 查询表格
- 标准列表
- 卡片列表
- 搜索列表(项目/应用/文章)
- 详情页
- 基础详情页
- 高级详情页
- 结果
- 成功页
- 失败页
- 异常
- 403 无权限
- 404 找不到
- 500 服务器出错
- 帐户
- 登录
- 注册
- 注册成功
```## Usage
```bash
$ git clone [email protected]: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](https://github.com/ant-design/ant-design-pro-cli)
More instruction at [documentation](http://pro.ant.design/docs/getting-started)。
## Compatibility
Modern browsers and IE11.
## Contributing
Any Contribution of following ways will be welcome:
- Use Ant Design Pro in your daily work.
- Submit [issue](http://github.com/ant-design/ant-design-pro/issues) to report bug or ask questions.
- Propose [pull request](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.