# vite-vue3-demo **Repository Path**: kimshift/vite-vue3-demo ## Basic Information - **Project Name**: vite-vue3-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Vite ### 引入以及配置 element-plus 1. 安装依赖 ```sh # 安装element-plus npm install element-plus --save # 按需导入|自动导入 npm install -D unplugin-vue-components unplugin-auto-import ```