Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 526 Bytes

up-admin

基于 Vue3、Gin 的后台管理系统

安装

  1. clone项目
git clone https://gitee.com/up-zero/up-admin.git
  1. 进入 server 目录中启动后台程序(更多说明请参考server中的README.md
go run main.go
  1. 进入 frontend 目录中启动前台程序(更多说明请参考frontend中的README.md
npm run dev

项目介绍

  • 角色管理 img.png

  • 菜单管理 img.png