#
gin-vue-admin
Here are 3 public repositories matching this topic...
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd beta版本:https://preview.go-admin.dev
-
Updated
Oct 22, 2021 - Go
gin-vue-admin 前端的重制版, 基于 Vue3.x + Vue-router4.x + Vuex4.x + Typescript4.x
-
Updated
Feb 6, 2021 - Vue
Improve this page
Add a description, image, and links to the gin-vue-admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gin-vue-admin topic, visit your repo's landing page and select "manage topics."


Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换