Skip to content

基于VUE 搭建的 多开 tab 保持状态 后台管理系统

Notifications You must be signed in to change notification settings

makebanana/admin-vue

Repository files navigation

backend-vue

基于 element-ui vue-path-tab 后台管理系统 解决方案

  • 保存每一个tab的状态
  • 可以在任意情况下,打开一个tab,也可任意关闭(还有刷新、关闭其他)
  • 添加了 contentmenu ,像浏览器多开tab一样,快捷操作

解决

  • 保持每一个tab的状态,脱离router,keep-alive 困扰
  • 每个tab 可以配备 关闭、刷新、关闭其他

active

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080  启动正常vue项目
npm run dev

# make a full stack for dev  启动vue项目, 所有接口通过 koa 模拟 /serivce
npm run fulldev

# 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

About

基于VUE 搭建的 多开 tab 保持状态 后台管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published