# vitewebts **Repository Path**: monkan/vitewebts ## Basic Information - **Project Name**: vitewebts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite 1. npm create vite@latest 选择vue+typescript 2. npm i unplugin-auto-import -D 3. npm i -D unplugin-vue-components 4. npm install element-plus --save (安装ElementPlus) 5. 修改vite.config.js 6. 修改main.js 7. 修改App.vue(直接从https://element-plus.org/zh-CN/component/overview.html复制代码)