Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hellosaofei/vue-admin-demo

基于vue-element-template开发的一套后台管理系统
https://github.com/hellosaofei/vue-admin-demo

admin vue2 webpack

Last synced: 6 days ago
JSON representation

基于vue-element-template开发的一套后台管理系统

Awesome Lists containing this project

README

        



VUE-ADMIN-DEMO

一款开箱即用的 Vue2 中后台管理系统框架[前端+后端]


 [ 
本项目演示地址:
点击这里
 ] 



 [ 
后端集成:
点击这里
 ] 

## 1、简介

VUE-ADMIN-DEMO:bear: 是一款开源的中后台管理平台,基于【[PanJiaChen](https://github.com/PanJiaChen)】大佬的项目【[vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)】创建,并在该项目的基础上主要做了如下拓展:

- :fire:真实的后端交互
开发环境和生产环境均弃用 `mock-server`,部分数据由`mockJS`生成并交给`express`转发
- :boom:常见的业务组件封装
集成`echarts`图表数字自增长水印二维码生成等常见的业务功能并进行组件封装
- :heartbeat:原生 JS 案例实现
如`手写轮播图`,`手写瀑布流图片`
- :skull:其他功能
`大文件切片上传`、`基于双token的无感刷新`、`一键换肤`

## 2、特点

- 🎯 使用 Element UI + Vue2 + Vuex + Axios 等主流技术。
- 🍊 主动适配移动端、 PC 端。
- 🌸 集成登陆、注销及权限验证。
- 🎃 封装按钮和 Input 框的防抖、限流和背景水印以及左侧无限递归菜单。
- 😍 二次封装 Dialog 对话框、Drawer 抽屉、Notification 通知、Message 消息提示等组件,操作更加方便快捷。
- 🍓 二次封装 axios,方便接口更好的统一管理。
- 🌍 集成 Echarts 图表。
- 👻 集成 `mock` 接口服务。

## 3、项目效果预览

















## 4、源码


 [ 
前端项目
点击这里
 ] 


 [ 
后端项目
点击这里
 ]