# vue3-template **Repository Path**: openfs/vue3-template ## Basic Information - **Project Name**: vue3-template - **Description**: 基于 vite + ts 搭建项目,添加代码质量检查工具使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-24 - **Last Updated**: 2023-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目基础结构及质量管理 - 利用 vite + typescript + vue3 搭建最基础的项目结构 - 引入 vue-router、pinia、axios - 配置 eslint 代码风格规则 - 配置 stylelint 代码风格规则 - 配置 husky 实现版本提交规范检查 ## 使用 1. 克隆仓库代码到本地 ```bash $ git clone https://gitee.com/mobiletrain/vue3-base-template.git ``` 2. 安装依赖 ```bash $ npm i ``` 3. 运行 ```bash $ npm run dev ``` 4. 基于项目结构添加业务代码