# vue3_template **Repository Path**: mumangguo/vue3_template ## Basic Information - **Project Name**: vue3_template - **Description**: vue3+elementplus的模板项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2024-12-07 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Element-UI ## README ## 项目模板 `空模板` #### 环境版本 1. `nodeJS > 18` 2. `vue3` 3. `yarn 1.22.00 +` 4. 项目默认端口 `10` #### 项目命令 1. 下载依赖 `yarn` 2. 启动命令 ` yarn start` 3. 打包 * 生产环境 `yarn build:pro ` * 开发环境 `yarn build:dev ` * 测试环境 `yarn build:stage` #### 项目目录文件说明 1. 根目录下`plugin` * vite 插件 勿动 2. 根目录下 `src/api` 请求路径 3. 根目录下 `src/server` 请求方法 * `config` 请求配置 * `index` 请求方法入口 * `VAxios` 请求实体类 4. 根目录下 `src/store` pinia仓库 * `index`仓库入库 * `modules` 仓库分包 5. 根目录下 `src/utils` 工具类函数 * `html2pdf` html转pdf * `storage` 本地存储封装 * `index` 其他工具函数集合