# vite-uniapp-template **Repository Path**: linfoq/vite-uniapp-template ## Basic Information - **Project Name**: vite-uniapp-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-uniapp-template #### 介绍 这是一个基于Vite的uniapp开发模板。 ## 目录 ``` ├─ src │ ├─ composables # hooks │ ├─ layouts # 全局Layout组件 │ ├─ pages # 项目 │ ├─ router # 路由管理 │ ├─ static # 静态问题 │ ├─ stores # store │ ├─ utils # 常用工具库 │ ├─ App.vue # 项目主组件 │ ├─ main.js # 项目入口文件 ├─ .cz-config.js # commit提交规范 ├─ .env.dev # 开发环境配置 ├─ .gitignore # 忽略 git 提交 ├─ .npmrc # npm配置文件 ├─ .prettierignore # 忽略 Prettier 格式化 ├─ .stylelintignore # 忽略 Stylelint 格式化 ├─ commitlint.config.js # git提交规范配置 ├─ .eslint.config.mjs # Eslint 校验配置文件 ├─ package.json # 依赖包管理 ├─ postcss.config.js # postcss 配置 ├─ prettier.config.js # Prettier 格式化配置 ├─ README.md # README 介绍 └─ vite.config.js # vue 全局配置文件 ``` ## 开发环境 ``` Node 版本需要 22+ ``` ## 使用说明 ``` 1、版本号 案例:12.21.32 表示主版本号[major] 12 次版本号[minor] 21 补丁[patch] 32 ```