# vite_app_template **Repository Path**: sybkl/vite_app_template ## Basic Information - **Project Name**: vite_app_template - **Description**: vite_app基本内容模版(偷懒用)JavaScript Vite构建工具,使用Element-Plus、Sass 还写了基础登录页面(暂时无注册),还有登录状态定时检测。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2023-12-08 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite_template This template should help get you started developing with Vue 3 in Vite. 偷个懒。。。。 ## Recommended IDE Setup Vscode + Volar ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```