|
| 1 | +<p align="center"><a href="https://devui.design/admin-page/home" target="_blank" rel="noopener noreferrer"><img alt="DevUI Logo" src="src/assets/devui-logo.svg?sanitize=true" width="180" style="max-width:100%;"> |
| 2 | +</p> |
| 3 | +<p align="center"> |
| 4 | + <a href="https://github.com/DevCloudFE/ng-devui-admin"><img src="https://img.shields.io/github/stars/DevCloudFE/ng-devui-admin.svg?label=github%20stars" alt="Github Star"></a> |
| 5 | + <a href="https://angular.io/"><img src="https://img.shields.io/badge/%3C%2F%3E-Angular-blue"></a> |
| 6 | + <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/npm/l/ng-devui.svg" alt="License"></a> |
| 7 | +</br> |
| 8 | + <a href="README.md"><img src="https://img.shields.io/badge/document-English-blue" alt="Document"></a> |
| 9 | + <a href="README_zh_CN.md"><img src="https://img.shields.io/badge/%E6%96%87%E6%A1%A3-%E4%B8%AD%E6%96%87-blue" alt="Document"></a> |
| 10 | + <a href="https://www.npmjs.com/package/ng-devui-admin"><img src="https://img.shields.io/npm/v/ng-devui-admin" alt="Npm"></a> |
| 11 | + <a href="https://gitter.im/devui-design/devui-design"><img src="https://img.shields.io/gitter/room/devui-design/devui-design" alt="Chat"></a> |
| 12 | +</p> |
| 13 | + |
| 14 | +<h1 align="center">DevUI Admin</h1> |
| 15 | +DevUI Admin is an enterprise-level mid- and back-end front-end/design solution. Based on DevUI Design design values, we build a back-end management template DevUI Admin based on its design specifications and basic components. |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +- Preview: https://devui.design/admin |
| 20 | +- Home Page: https://devui.design/admin-page/home |
| 21 | +- Document:https://devui.design/admin-page/docs/getting-started |
| 22 | + |
| 23 | +## Features |
| 24 | + |
| 25 | +- Responsive: Adapting to different screen sizes, providing users with a more comfortable interface and user experience. |
| 26 | +- Personal Theme: Supports dynamic switching between multiple theme styles and personalized configurations. |
| 27 | +- Layout: Configurable and flexible page layout. |
| 28 | +- Mock: Local data commissioning solution and front-end and back-end separation. |
| 29 | +- International: Implements the internationalization function to meet multi-language service requirements. |
| 30 | +- Rich Features: Based on DevUI practice and experience, typical business scenarios are refined and scenario-rich component libraries are provided. |
| 31 | + |
| 32 | +## Usage |
| 33 | + |
| 34 | +```bash |
| 35 | +ng new your-project && cd your-project |
| 36 | +ng add ng-devui-admin |
| 37 | + |
| 38 | +npm start # open http://localhost:4200 |
| 39 | +``` |
| 40 | + |
| 41 | +For more information: [Document](https://devui.design/admin-page/docs/getting-started) |
| 42 | + |
| 43 | +## Contributing |
| 44 | + |
| 45 | +Please feel free to contribute code or discuss your idea! |
| 46 | + |
| 47 | +Please make sure you read the [contributing](./CONTRIBUTING.md) guide before making a pull request. |
| 48 | + |
| 49 | +We appreciate all contributors who helped us build DevUI. |
| 50 | + |
| 51 | +## Support |
| 52 | + |
| 53 | +Modern browsers |
| 54 | + |
| 55 | +| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | |
| 56 | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 57 | +| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | |
| 58 | + |
| 59 | +## LICENSE |
| 60 | + |
| 61 | +[**MIT**](https://opensource.org/licenses/MIT) |
0 commit comments