# vue3-vite **Repository Path**: DerekAndroid/vue3-vite ## Basic Information - **Project Name**: vue3-vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Vite ## Build Setup ### 全局安装 create-vite-app: cnpm i -g create-vite-app ### 创建项目 runoob-vue3-test2: create-vite-app runoob-vue3-test2 ### install dependencies cnpm install ### serve with hot reload at http://localhost:3000/ cnpm run dev ### build for production with minification npm run build ###部分依赖的单独安装 cnpm install vue-router@4 --save