Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isolcat/vue3-vite2-admin
🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统
https://github.com/isolcat/vue3-vite2-admin
echarts5 element element-plus element-ui vite vue vue-router4 vue3 vuejs wangeditor
Last synced: 30 days ago
JSON representation
🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统
- Host: GitHub
- URL: https://github.com/isolcat/vue3-vite2-admin
- Owner: isolcat
- License: mit
- Created: 2022-05-21T12:53:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T13:28:18.000Z (about 2 years ago)
- Last Synced: 2023-03-05T03:27:42.392Z (over 1 year ago)
- Topics: echarts5, element, element-plus, element-ui, vite, vue, vue-router4, vue3, vuejs, wangeditor
- Language: Vue
- Homepage: http://www.isolbackgroundcat.xyz/#/login
- Size: 333 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## vue3+vite2+element plus后台管理系统项目
## 项目介绍
该项目使用的技术栈为:
- vue3.0
- vite2.0
- element plus
- echarts5
- vue-router4
- axios
- wangEditor 5本项目主要是对`vue3.0`和`element plus`的实际开发的运用,对vue3的语法糖,如`setup`等进行了实际使用,对element plus的组件有更深入的理解,同时对`echarts5`的可视化进行了一定的了解,该项目采用`vite`作为前端构建工具,使得在开发过程中内容的更新更加迅速
## 效果图
## 运行项目
```bash
# clone项目到本地
git clone [email protected]:isolcat/vue3-vite2-admin.git# 安装项目依赖
npm install# 运行项目
npm run dev
```