vue+antd 后台管理框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.5 KiB

6 years ago
# vue-antd-admin
6 years ago
**[Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现**
6 years ago
一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 [ant-design-vue](https://github.com/vueComponent/ant-design-vue) )
[预览地址](https://iczer.gitee.io/vue-antd-admin)
![image](https://gitee.com/iczer/vue-antd-admin/raw/master/src/assets/img/preview.jpg)
## 重要
4 years ago
该项目目前已升级至 vue-cli3 开发环境,部分依赖组件库版本也已更新至最新版本。
vue-cli2 环境代码已封版 [v0.0.1](https://github.com/iczer/vue-antd-admin/tree/0.0.1),如有需要,[点我查看](https://github.com/iczer/vue-antd-admin/tree/0.0.1)
6 years ago
## 环境
* node -- 运行/编译
* yarn -- 依赖管理
* webpack -- 打包
* eslint -- 代码规约
* vue-cli -- 构建
6 years ago
## 依赖
* @antv/data-set: ^0.11.4
* animate.css: ^4.1.0
* ant-design-vue: ^1.6.2
* axios: ^0.19.2
* clipboard: ^2.0.6
* core-js: ^3.6.5
* date-fns: ^2.14.0
6 years ago
* enquire.js: ^2.1.6
* mockjs: ^1.1.0
* pouchdb: ^7.2.1
* viser-vue: ^2.4.8
* vue: ^2.6.11
* vue-router: ^3.3.4
* vuedraggable: ^2.23.2
* vuex: ^3.4.0
6 years ago
## 安装
6 years ago
克隆项目到本地:
```
$ git clone https://github.com/iczer/vue-antd-admin.git
```
安装依赖:
```
$ yarn install
```
6 years ago
## 启动
```
$ yarn serve
```
6 years ago
## 文档
编写中...
6 years ago
## 说明
6 years ago
该项目由仓主在业余由兴趣驱动完成,仍在不断开发完善中。详见:[开发进度](https://github.com/iczer/vue-antd-admin/projects/1)
6 years ago
如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。