# vue3-element-plus-admin **Repository Path**: evian_tian/vue3-element-plus-admin ## Basic Information - **Project Name**: vue3-element-plus-admin - **Description**: fork from https://github.com/shellingfordly/vue3-element-plus-admin.git - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-04 - **Last Updated**: 2023-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![logo](https://user-images.githubusercontent.com/39196952/145187616-ab489c68-39d5-4d3e-bfbb-c8c8bc78737b.jpg) # vue3-element-plus-admin ## Introduction 一个基于 vue3, vite2, element-plus, vuex, vue-router, typescript 的后台管理系统 ## Preview [浏览地址](http://106.54.183.217:8083/#/home/index) ![image](https://user-images.githubusercontent.com/39196952/145194398-b63a789c-6362-4d7a-a787-b4e3e7d32333.png) ## Preparation - [Vue3](https://v3.vuejs.org/) - [Vue-Router-Next](https://next.router.vuejs.org/) - [Vuex-Module-Decorators](https://github.com/championswimmer/vuex-module-decorators) - [Vite](https://vitejs.dev/) - [TypeScript](https://www.typescriptlang.org/) - [Element-Plus](https://element-plus.gitee.io/zh-CN/) - [Mock.js](https://github.com/nuysoft/Mock) ## Download ``` git clone https://github.com/shellingfordly/vue3-admin.git ``` ## Install ``` yarn install or npm install ``` ## Run ``` yarn dev or npm run dev ``` ## Build ``` yarn build or npm run build ``` ## Related Warehouse - [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) 一个基于 composition-api+ts 的后台模板 - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 一个后台前端解决方案,它基于 vue 和 element-ui 实现