# vue2-vite **Repository Path**: slowpack/vue2-vite ## Basic Information - **Project Name**: vue2-vite - **Description**: 快速创建vite环境vue2项目模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run start ``` ### Compile and Minify for Production ```sh npm run build ```