Skip to content

vue-llplatform,基于vue、element搭建的后台管理平台。

Notifications You must be signed in to change notification settings

Mr-Vash/vue-llplatform

 
 

Repository files navigation

vue-llplatform

别忘记点右上角的Star哦~

简介

vue-llplatform,基于vueelement搭建的后台管理平台。 考虑到后台管理一般是在电脑端查看,因此本项目没有实现移动端的适配。

教学说明:https://linjinze999.github.io/vue-llplatform/

源码地址:https://github.com/linjinze999/vue-llplatform

在线预览:https://linjinze999.github.io/preview/vue-llplatform/#/login

准备

你需要在本地安装node。本项目技术栈基于ES6vuevue-routeraxioselement-ui, 所有的请求数据都使用Mock.js模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。

同时配套一个系列的教程文章,如何从零构建后一个完整的后台项目,建议大家先看完这些文章再来实践本项目: https://linjinze999.github.io/vue-llplatform/

vue-llplatform

功能

- 登录
 - 登录 / 注册 / 注销
 - 自动登录
 - 密码加密

- 权限验证
  - 页面权限
  - 指令权限

- 全局功能
  - 国际化多语言
  - 自定义主题
  - 本地mock数据
  - 三级侧边栏
  - 收缩侧边栏
  - 自定义滚动条
  - 请求错误自动处理
  - 请求支持sessionStorage、localStorage

- 功能页面
  - 表格table
  - 表单form
  - 富文本编辑器
  - 图表
  - 拖曳
  - 权限设置
  - 错误页面


构建

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

vue-llplatform,基于vue、element搭建的后台管理平台。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.3%
  • JavaScript 12.5%
  • Other 0.2%