# empty-template-vite-vue3-ts-scss **Repository Path**: little-ape-studio/empty-template-vite-vue3-ts-scss ## Basic Information - **Project Name**: empty-template-vite-vue3-ts-scss - **Description**: vite+vue3+ts+scss 的空模板项目,只需要下载下来即可直接开发,无需再次配置一些底层基础的配置项 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-12-23 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 模板, vite, vue3, scss, TypeScript ## README # vite + vue3 + ts + scss 空项目模板 这个模板应该有助于你开始在 Vite 中使用 Vue 3 进行开发。 ## 自定义配置 请参阅[Vite 配置参考](https://vite.dev/config/). ## 项目设置 ```sh npm install ``` ### 编译和热重载开发 ```sh npm run dev ``` ### 类型检查、编译和打包 ```sh npm run build ``` ### 使用[ESLint](https://eslint.org/) ```sh npm run lint ```