MineAdmin 是一个不错的 php 后台管理程序,颜值也在线;
空闲时间基于 goframefshex 重写了,基本功能都实现了;
ps: 功能写的差不多的时候,MineAdmin 官方升级到 v3, 我也不打算升级了,主要 Arco Design 也挺漂亮的
如果觉得不错,请给个 star
简介
devinggo 是一个基于 GoFrame fshex + Vue3 + Arco Design 开发的全栈前后端分离的后台管理系统。前端基于MineAdmin-Vue V2技术栈,专注于提供一个简洁、高效、安全的开发框架。
演示地址
文档
技术栈
- 后端:GoFrame fshex 、MySQL 、Redis
- 前端:Vue3 、Vite5 、Arco Design 、Pinia
功能特性
核心功能
环境要求
- Go >= 1.18
- Node >= 18
- MySQL >= 5.7
- Redis >= 5.0
快速开始
以 windows10 以上系统为例
- 安装 make
#make 编译环境安装 ,打开 powershell (管理员权限)执行
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install make
choco install sed
- 安装 golang,node,yarn
choco install golang
choco install nodejs
choco install yarn
- 修改配置文件( mysql,redis 配置)
manifest/config/config.example.yaml 复制为 manifest/config/config.yaml
manifest/config/config.yaml # 修改 redis,mysql 配置
hack/config.example.yaml 复制为 hack/config.yaml # 开发时使用
hack/config.yaml # 开发时使用
- 编译
make build
- 导入数据库
go run main.go migrate:up
- 启动
gf run main.go
- 访问
http://localhost:8070/system
账号 superAdmin 密码 admin123
交流社区
代码访问地址
https://github.com/huagelong/devinggo
|