我的学校使用的框架
Go to file
zouzhibing f7e677eedb 增加表格 2022-04-20 15:53:24 +08:00
public init 2022-03-22 15:52:01 +08:00
read 增加readme.md 2022-04-01 18:21:05 +08:00
src 增加表格 2022-04-20 15:53:24 +08:00
.browserslistrc init 2022-03-22 15:52:01 +08:00
.gitignore 重新发布版本 2022-04-19 09:50:11 +08:00
README.md 增加表格 2022-04-20 15:53:24 +08:00
babel.config.js init 2022-03-22 15:52:01 +08:00
package-lock.json 增加tag 2022-03-31 10:13:27 +08:00
package.json 提交码云 2022-04-18 15:53:43 +08:00
tsconfig.json first commit 2022-03-24 12:15:14 +08:00
vue.config.js 发布新版 2022-04-18 16:19:53 +08:00
yarn.lock 提交码云 2022-04-18 15:53:43 +08:00

README.md

简介

vue-element-perfect 是一个后台前端解决方案, 基于Vue3.0+TS+Element-plus实现。它使用了最新的前端技术栈、动态路由权限验证并且有着丰富的组件。

效果预览

预览地址 项目预览地址

附上github地址 vue-admin-perfect

目录结构介绍


├─assets    放置一些静态文件
├─components 放置组件
├─layout 首页布局
│  ├─components
│  │  ├─Sidebar 侧边栏配置
│  │  ├─TagsView 标签栏配置
│  │  └─UHeader 头部内容配置
│  └─hooks
├─router   路由配置
├─store    数据存储
├─styles   样式文件
├─utils   工具方法
└─views    页面配置方法
└─permission  路由拦截 权限配置

技术栈

vue3.0 + Typescript + vuex + vue-router + Element-Plus scss

实现功能

  • 登录逻辑
  • 权限校验
  • 侧边栏导航显示
  • 打印
  • 地图
  • 头像裁剪
  • 无限滚动
  • 多标签显示
  • 退出
  • 其他各组件

开发

# 克隆项目
git clone https://github.com/zouzhibin/vue-admin-perfect.git

# 安装依赖
yarn install

# 本地开发 启动项目
yarn serve

发布

yarn build