piexlmax 8110ad2320 清除旧版dashbord 调整新版头图位置 3 vuotta sitten
..
.docker-compose 97167e332b update: docker-compose 优化 3 vuotta sitten
public 01a16f6748 vue3版本初版上线 自测已可用 3 vuotta sitten
src 8110ad2320 清除旧版dashbord 调整新版头图位置 3 vuotta sitten
.dockerignore 97167e332b update: docker-compose 优化 3 vuotta sitten
.env.development b8a29fee4e 更新插件仓库 3 vuotta sitten
.env.production 47346fb902 前端环境变量文件规范化 3 vuotta sitten
.eslintignore f9dfdcb431 added ESlint 语法检测 3 vuotta sitten
.eslintrc.js 01a16f6748 vue3版本初版上线 自测已可用 3 vuotta sitten
.gitignore 01a16f6748 vue3版本初版上线 自测已可用 3 vuotta sitten
Dockerfile b129ae85c4 fix: web/Dockerfile cnpm install error 3 vuotta sitten
README.md d252134f3c change web/init on method , update web README 3 vuotta sitten
babel.config.js 01a16f6748 vue3版本初版上线 自测已可用 3 vuotta sitten
build.config.js 04cfac71a0 modified 统一代码风格 3 vuotta sitten
openDocument.js f9dfdcb431 added ESlint 语法检测 3 vuotta sitten
package-lock.json 1f6e35ee5e 首页优化 3 vuotta sitten
package.json 69c485cc41 Merge pull request #657 from bypanghu/gva-vue3-2.4.5 3 vuotta sitten
vue.config.js 01a16f6748 vue3版本初版上线 自测已可用 3 vuotta sitten
yarn.lock dd67b51dfc 美化dashbord 3 vuotta sitten

README.md

qm-plus-vue-page

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

整理代码结构

web
├── public -- public
|   ├── favicon.ico -- ico
|   └── index.html -- index
├── src   -- 源代码
│   ├── api  -- 所有请求
│   ├── assets  --  主题 字体等静态资源
|   ├── components -- components组件
|   ├── core -- gva抽离的一些前端资源
|   |   ├── config.js -- 配置文件
|   |   └── element_lazy.js -- elementt按需引入文件
|   |   └── gin-vue-admin.js -- gva前端控制库
|   ├── directive -- 公用方法 
|   ├── mixins -- 公用方法
|   ├── router -- 路由权限
|   ├── store -- store 
|   |   ├── modules -- modules 
|   |   |   ├── dictionary.js -- 动态路由
|   |   |   ├── router.js -- 路由
|   |   |   └── user.js -- 用户权限菜单过滤
|   |   ├── getters.js -- getters
|   |   └── index.js -- index
|   ├── styles -- css
|   ├── utils -- utils 组件
|   ├── view -- 主要view代码
|   |   ├── about -- 关于我们
|   |   ├── dashboard -- 面板
|   |   ├── error -- 错误
|   |   ├── example --上传案例
|   |   ├── iconList -- icon列表
|   |   ├── init -- 初始化数据  
|   |   |   ├── index -- 新版本
|   |   |   ├── init -- 旧版本
|   |   ├── layout  --  layout约束页面 
|   |   |   ├── aside -- 
|   |   |   ├── bottomInfo -- bottomInfo
|   |   |   ├── screenfull -- 全屏设置
|   |   |   ├── setting    -- 系统设置
|   |   |   └── index.vue -- base 约束
|   |   ├── login --登录 
|   |   ├── person --个人中心 
|   |   ├── superAdmin -- 超级管理员操作
|   |   ├── system -- 系统检测页面
|   |   ├── systemTools -- 系统配置相关页面
|   |   └── routerHolder.vue -- page 入口页面 
│   ├── App.vue  -- 入口页面
│   ├── main.js  -- 入口文件 加载组件 初始化等
│   └── permission.js  -- 跳转
├── build.config.js  -- 环境变量build配置
├── openDocument.js  -- 商用代码公司自用产品无需授权
├── .babelrc    -- babel-loader 配置
├── .travis.yml -- 自动化CI配置
├── vue.config.js  -- vue-cli 配置
└── package.json  -- package.json