Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baimingxuan/vue-admin-design

基于vue + elementUI的管理系统模板
https://github.com/baimingxuan/vue-admin-design

axios echarts element-ui es6 mavoneditor vue vue-cli vue-count-to vue-router vuedraggable vuex wangeditor webpack

Last synced: 2 days ago
JSON representation

基于vue + elementUI的管理系统模板

Awesome Lists containing this project

README

        





vue


vue-router


vuex


vue-cli


element-ui


less


GitHub release

#### vue-admin-design是一个基于vue + elementUI的后台管理系统的解决方案,它使用了最新的前端技术栈,并且提供了丰富的功能组件模块,可以帮助你快速搭建企业级中后台的前端架构。

> ##### 完整演示地址:[http://42.194.194.178/](http://42.194.194.178/)(1M带宽初次访问比较慢)
>
> ##### 前端演示地址1:[https://baimingxuan.github.io/page-admin-design](https://baimingxuan.github.io/page-admin-design)
>
> ##### 前端演示地址2:[https://baimingxuan.gitee.io/page-admin-design](https://baimingxuan.gitee.io/page-admin-design)
>
> ##### github项目地址: [https://github.com/baimingxuan/vue-admin-design](https://github.com/baimingxuan/vue-admin-design)
>
> ##### github接口地址: [https://github.com/baimingxuan/node-admin-design](https://github.com/baimingxuan/node-admin-design)
>
> ##### gitee项目地址: [https://gitee.com/baimingxuan/vue-admin-design](https://gitee.com/baimingxuan/vue-admin-design)
>
> ##### gitee接口地址: [https://gitee.com/baimingxuan/node-admin-design](https://github.com/baimingxuan/node-admin-design)

## 预览图

![](https://baimingxuan.gitee.io/media-store/images/home.png)

## 功能

```text
- 登录 / 注销

- 路由权限

- 表格&表单
- 综合表格
- 表单列表
- 行内编辑表格

- 图片处理
- 图片裁剪
- 图片压缩
- 图片合成

- 视频处理
- 视频播放器
- 视频水印

- 组件
- 图片上传
- 拖拽
- 列表拖拽
- 组件拖拽
- 穿梭框
- 数字滚动

- 编辑器
- Markdown编辑器
- 富文本编辑器

- 树形结构
- 组织树
- 控件树

- Excel
- 导出Excel
- 导入Excel

- 错误页面
- 401页面
- 404页面

```

## 开发

``` bash
// 克隆项目
git clone https://github.com/baimingxuan/vue-admin-design.git

// 安装依赖
npm install

// 开发
npm run dev
```

## 发布

```bash
// 构建
npm run build
```