# VueElementAdmin-SimpleDemo **Repository Path**: ST_wzc/VueElementAdmin-SimpleDemo ## Basic Information - **Project Name**: VueElementAdmin-SimpleDemo - **Description**: 后台管理系统-简易版DOM - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-22 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, webpack ## README # VueElementAdmin-SimpleDemo 后台管理系统-基础模板 基于 vue-element-admin 改造 https://panjiachen.gitee.io/vue-element-admin-site/zh/ ### 前端技术栈 技术 | 说明 ----|---- vue | 前端框架 Vue-router | 路由框架 Vuex | 全局状态管理框架 element-ui | 前端UI框架 Axios | 前端HTTP框架 sass | css框架 ### 小插件 技术 | 说明 ----|---- babel-plugin-dynamic-import-node | 热更新(路由设置懒加载模式) NProgress | 进度条 babel-plugin-transform-remove-console | 打包去除console ### 页面路径 ``` lua src ┌── api -- 接口 ├── assets -- 静态文件 ├── components -- 复用组件 └── SvgIcon -- svg图片封装 ├── filters -- 全局过滤器 ├── icons -- 存储小图标 ├── layout -- 全局布局 ├── router -- 路由 ├── store -- vuex ├── styles -- 全局css ├── utils -- 封装 js 包 └── views -- 页面组件