# vue3-vite-elementplus-template **Repository Path**: xpacai/vue3-vite-elementplus-template ## Basic Information - **Project Name**: vue3-vite-elementplus-template - **Description**: 基于vue3+ts+vuex+vue-router+vite+scss+elementplus+axios+eslint的起手模板 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2023-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, vite2, Vuex, scss, elementPlus ## README

vue3+vite+elemetnplus+tempalte

vue vite element-plus vue-router vuex axios

## 简介 [vue3+vite+elemetnplus+tempalte](https://github.com/lpya/vue3-vite-elementplus-template)是一个常用配置的起手模板,它内置了vue3、ts、vite、vuex、vue-router、scss、elementplus、axios、eslint ## 开发 ```shell #克隆项目 git clone https://github.com/lpya/vue3-vite-elementplus-template.git #进入项目目录 cd vue3-vite-elementplus-template #安装依赖 npm install #启动服务 npm run dev #打包发布 npm run build ```