|
|
@ -3,9 +3,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div align="center"> |
|
|
|
<div align="center"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[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) |
|
|
|
[![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) |
|
|
|
[![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) |
|
|
|
[![DevDependencies](https://img.shields.io/david/dev/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin?type=dev) |
|
|
@ -17,6 +17,7 @@ |
|
|
|
- 预览地址:https://iczer.gitee.io/vue-antd-admin |
|
|
|
- 预览地址:https://iczer.gitee.io/vue-antd-admin |
|
|
|
- 使用文档:https://iczer.github.io/vue-antd-admin |
|
|
|
- 使用文档:https://iczer.github.io/vue-antd-admin |
|
|
|
- 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html |
|
|
|
- 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html |
|
|
|
|
|
|
|
- 国内镜像:https://gitee.com/iczer/vue-antd-admin |
|
|
|
|
|
|
|
|
|
|
|
## 浏览器支持 |
|
|
|
## 浏览器支持 |
|
|
|
现代浏览器及 IE10 |
|
|
|
现代浏览器及 IE10 |
|
|
@ -26,19 +27,24 @@ |
|
|
|
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | |
|
|
|
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | |
|
|
|
|
|
|
|
|
|
|
|
## 使用 |
|
|
|
## 使用 |
|
|
|
克隆项目到本地 |
|
|
|
### clone |
|
|
|
```bash |
|
|
|
```bash |
|
|
|
$ git clone https://github.com/iczer/vue-antd-admin.git |
|
|
|
$ git clone https://github.com/iczer/vue-antd-admin.git |
|
|
|
``` |
|
|
|
``` |
|
|
|
安装依赖 |
|
|
|
### yarn |
|
|
|
```bash |
|
|
|
```bash |
|
|
|
$ yarn install |
|
|
|
$ yarn install |
|
|
|
|
|
|
|
$ yarn serve |
|
|
|
``` |
|
|
|
``` |
|
|
|
启动 |
|
|
|
### or npm |
|
|
|
``` |
|
|
|
``` |
|
|
|
$ yarn serve |
|
|
|
$ npm install |
|
|
|
|
|
|
|
$ npm run serve |
|
|
|
``` |
|
|
|
``` |
|
|
|
更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) |
|
|
|
更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) |
|
|
|
|
|
|
|
|
|
|
|
## 说明 |
|
|
|
## 参与贡献 |
|
|
|
如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。 |
|
|
|
我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :star2:: |
|
|
|
|
|
|
|
- 在你的公司或个人项目中使用 Vue Antd Admin。 |
|
|
|
|
|
|
|
- 通过 [Issue](https://github.com/iczer/vue-antd-admin/issues) 报告:bug:或进行咨询。 |
|
|
|
|
|
|
|
- 提交 [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) 改进 Admin 的代码。 |
|
|
|