# vue3-TS+vite **Repository Path**: hcd886/vue3-ts-vite ## Basic Information - **Project Name**: vue3-TS+vite - **Description**: 使用vue3加TS基于vite开发,项目模板,之后项目在此基础上增删改,如果需要的话。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-06 - **Last Updated**: 2023-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用 使用前先查看`package.json`文件,按需增删改 ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ``` ## 开发过程中,查看有哪些文件有错误 ```sh pnmp type-check ```