Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronw-be/antd-dashboard
https://github.com/aaronw-be/antd-dashboard
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronw-be/antd-dashboard
- Owner: AaronW-BE
- License: mit
- Created: 2021-03-14T15:51:06.000Z (almost 4 years ago)
- Default Branch: basic
- Last Pushed: 2021-03-23T02:51:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T15:34:06.038Z (2 months ago)
- Language: Vue
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vue Antd Admin
[Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现版本
开箱即用的中后台前端/设计解决方案[![MIT](https://img.shields.io/github/license/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE)
[![Dependence](https://img.shields.io/david/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin)
[![DevDependencies](https://img.shields.io/david/dev/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin?type=dev)
[![Release](https://img.shields.io/github/v/release/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/releases/latest)
![image](./src/assets/img/preview.png)多种主题模式可选:
![image](./src/assets/img/preview-nine.png)- 预览地址:https://iczer.gitee.io/vue-antd-admin
- 使用文档:https://iczer.gitee.io/vue-antd-admin-docs
- 常见问题:https://iczer.gitee.io/vue-antd-admin-docs/start/faq.html
- 国内镜像:https://gitee.com/iczer/vue-antd-admin## 浏览器支持
现代浏览器及 IE10| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera |
| --- | --- | --- | --- | --- |
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |## 使用
### 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
```
更多信息参考 [使用文档](https://iczer.gitee.io/vue-antd-admin-docs)