# template-vue3-ts **Repository Path**: ll-study/template-vue3-ts ## Basic Information - **Project Name**: template-vue3-ts - **Description**: vue3的typescript用法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ``` 项目使用 cnpm create vue@latest 创建 vue3 + ts + pinia + vue router + eslint + prettier + husky + lint-staged 使用了 husky prettier lint-staged pretty-quick,提交时自动使用prettier格式化要提交的代码