pixel 19e919b117 Merge remote-tracking branch 'origin/gva_gormv2_dev' into gva_gormv2_dev 3 yıl önce
..
.docker-compose 97167e332b update: docker-compose 优化 3 yıl önce
public 521ef793ec chore: 增加自动扫描package.json, 从cdn引入资源 4 yıl önce
src 311eb5e8de 新版本的login 和 init页面 3 yıl önce
.dockerignore 97167e332b update: docker-compose 优化 3 yıl önce
.env.development 360928441c 前端配置提取 让开发和上线更加简便 3 yıl önce
.env.production 360928441c 前端配置提取 让开发和上线更加简便 3 yıl önce
.eslintignore f9dfdcb431 added ESlint 语法检测 3 yıl önce
.eslintrc.js f9dfdcb431 added ESlint 语法检测 3 yıl önce
Dockerfile 97167e332b update: docker-compose 优化 3 yıl önce
README.md b5b6f31321 前后端都加入了代码结构,方便学习和理解,也欢迎各位大佬进行补充,方便我这个菜鸟进行学习 3 yıl önce
babel.config.js f9dfdcb431 added ESlint 语法检测 3 yıl önce
build.config.js f9dfdcb431 added ESlint 语法检测 3 yıl önce
openDocument.js f9dfdcb431 added ESlint 语法检测 3 yıl önce
package-lock.json caf13883fe 放弃node-sass 替换为 sass(dart-sass) 3 yıl önce
package.json caf13883fe 放弃node-sass 替换为 sass(dart-sass) 3 yıl önce
vue.config.js f9dfdcb431 added ESlint 语法检测 3 yıl önce
yarn.lock 15341edc2c 新增新的login页面,适配手机端,老的login页面依旧存在 3 yıl önce

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组件
|   ├── 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 -- 初始化数据  
|   |   ├── layout  --  layout约束页面 
|   |   |   ├── aside -- 
|   |   |   ├── bottomInfo -- bottomInfo
|   |   |   ├── screenfull -- 全屏设置
|   |   |   └── index.vue -- base 约束
|   |   ├── login --结算单管理 
|   |   ├── person --结算单管理 
|   |   ├── superAdmin -- 超级管理员操作
|   |   └── home.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