mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-04-05 19:42:00 +08:00
54 lines
3.0 KiB
Markdown
54 lines
3.0 KiB
Markdown
[简体中文](./README.md) | English
|
||
<h1 align="center">Vue Antd Admin</h1>
|
||
|
||
<div align="center">
|
||
|
||
[Ant Design Pro](https://github.com/ant-design/ant-design-pro)'s implementation with Vue.
|
||
An out-of-box UI solution for enterprise applications as a React boilerplate.
|
||
|
||
[](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE)
|
||
[](https://david-dm.org/iczer/vue-antd-admin)
|
||
[](https://david-dm.org/iczer/vue-antd-admin?type=dev)
|
||
[](https://github.com/iczer/vue-antd-admin/releases/latest)
|
||

|
||
|
||
Multiple theme modes available:
|
||

|
||
</div>
|
||
|
||
- Preview:https://vue-antd-admin.pages.dev
|
||
- Documentation:https://doc.vue-antd-admin.pages.dev
|
||
- FAQ:https://doc.vue-antd-admin.pages.dev/start/faq.html
|
||
- Mirror Repo in China:https://gitee.com/iczer/vue-antd-admin
|
||
|
||
## Browsers support
|
||
Modern browsers and IE10.
|
||
|
||
| [<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>IE / 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 |
|
||
| --- | --- | --- | --- | --- |
|
||
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||
|
||
## Usage
|
||
### clone
|
||
```bash
|
||
$ git clone https://github.com/iczer/vue-antd-admin.git
|
||
```
|
||
### yarn
|
||
```bash
|
||
$ yarn install
|
||
$ yarn serve
|
||
```
|
||
### or npm
|
||
```
|
||
$ npm install
|
||
$ npm run serve
|
||
```
|
||
More instructions at [documentation](https://iczer.gitee.io/vue-antd-admin-docs).
|
||
|
||
## Contributing
|
||
Any type of contribution is welcome, here are some examples of how you may contribute to this project: :star2::
|
||
- Use Vue Antd Admin in your daily work.
|
||
- Submit [Issue](https://github.com/iczer/vue-antd-admin/issues) to report :bug: or ask questions.
|
||
- Propose [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) to improve our code.
|
||
- Join the community and share your experiences with us. QQ Group:942083829、812277510(full)、610090280(full)
|