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

https://github.com/penndev/veadmin

一个基于vue3和element-plus开发的后台管理模板 在线预览https://penndev.github.io/veadmin
https://github.com/penndev/veadmin

admin vite vue-admin vue-admin-element vue-admin-tamplate vue3 vueadmin

Last synced: 5 months ago
JSON representation

一个基于vue3和element-plus开发的后台管理模板 在线预览https://penndev.github.io/veadmin

Awesome Lists containing this project

README

          



VEAdmin 微后台🎉






> **响应式通用后台管理模板,稳定好用。**

## ⚡️预览

> GitHub Pages: [https://penndev.github.io/veadmin](https://penndev.github.io/veadmin)

\> 用户名: `admin`

\> 密码: `123456`

## 功能介绍

> 使用`vue3`与`element-plus`作为基础框架,`vite`做打包工具,`pinia`做数据持久化,`axios`做api交互,`echarts`做图表数据展现。

- PC 平板 移动设备适配
- 菜单与权限管理
- 菜单搜索
- 全屏模式
- 暗夜模式
- OTP校验

...

如有疑问或建议欢迎随时与我互相[交流](mailto:pennilessfor@gmail.com?subject=veadmin)学习。

## 接口支持
- mock接口: 免费托管在了 [postman](https://www.postman.com/)。
- Golang:参阅作者的`golang` 的项目[galite](https://github.com/penndev/galite)(golang 后台管理脚手架)
- Node:参阅作者的`nodejs`的项目[vod](https://github.com/penndev/vod)(媒体转码后台管理系统系统,ffmpeg的web封装)

*以上均实现了本项目的api需求可做开发参考*

## 🙏致谢
- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 曾节约我大量的开发时间成本。
- [gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin) 给予我UI与配色的启发。