# vue3-ts-template **Repository Path**: mobiletrain/vue3-ts-template ## Basic Information - **Project Name**: vue3-ts-template - **Description**: vue3 + typescript + linter/fomatter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-06-20 - **Last Updated**: 2023-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目基本架构 ## 技术栈 vite + vue3.x + typescript ## 工程化工具使用 - eslint - stylelint - commitlint - prettier - husky - lint-staged - cz ## 克隆仓库 ```bash $ git clone https://gitee.com/mobiletrain/vue3-ts-template.git ``` ## 安装依赖 ```bash $ pnpm install ``` ## 运行 ```bash $ pnpm start ```