# blob **Repository Path**: little-ape-studio/blob ## Basic Information - **Project Name**: blob - **Description**: 小猿工作室( 博客 ) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-23 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客, vue3, TypeScript, vite ## 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 ```