Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 开发的后台管理系统

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
```