# vue-mobile **Repository Path**: linfoq/vue-mobile ## Basic Information - **Project Name**: vue-mobile - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: 移动端 ## README # yarward-qcms-template-vue-frontEn ## 模块 ``` ├─ public # 静态资源文件(该文件夹不会被打包) ├─ src │ ├─ api # API 接口管理 │ ├─ assets # 静态资源文件 │ ├─ components # 全局组件 │ ├─ router # 路由管理 │ ├─ services # 系统服务 │ ├─ stores # vuex store │ ├─ styles # 全局样式文件 │ ├─ utils # 常用工具库 │ ├─ views # 项目所有页面 │ │ ├─ mobile # 1080*1920 │ │ │ ├─ consulting # 诊室屏 │ │ │ ├─ Information # 信息发布屏 │ │ │ ├─ report # 报到机 │ │ ├─ screen # 1920*1080 │ │ │ ├─ wating # 候诊屏 │ │ │ ├─ wins # 窗口屏 │ │ │ ├─ Information # 信息发布屏 │ │ │ ├─ dataPush # 数据推送屏 │ ├─ App.vue # 项目主组件 │ ├─ main.ts # 项目入口文件 ├─ .cz-config.js # commit提交规范 ├─ .env.dev # 开发环境配置 ├─ .env.prod # 生产环境配置 ├─ .eslintignore # 忽略 Eslint 校验 ├─ .eslintrc.js # Eslint 校验配置文件 ├─ .gitignore # 忽略 git 提交 ├─ .prettierignore # 忽略 Prettier 格式化 ├─ babel.config.js # babel 配置 ├─ commitlint.config.js # git提交规范配置 ├─ jsconfig.json # javascript 全局配置 ├─ package.json # 依赖包管理 ├─ postcss.config.js # postcss 配置 ├─ prettier.config.js # Prettier 格式化配置 ├─ README.md # README 介绍 └─ vue.config.js # vue 全局配置文件 ``` ## 开发环境 ``` Node 版本需要 14+ node:@14.21.3 yarn:@1.22.19 npm:@6.14.16 pnpm:@7.6.0 ``` ## 使用说明 ``` 1、版本号 案例:12.21.32 表示主版本号[major] 12 次版本号[minor] 21 补丁[patch] 32 ``` ## 提交说明 ``` 方法一: 1、npm run prettier 2、git add -A 3、git-cz 4、commit 5、push 方法二: 1、npm run commit 2、push ```