Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piupuer/gin-web-vue
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架前端Vue Typescript版本, 搭建完成即可快速、高效投入业务开发
https://github.com/piupuer/gin-web-vue
admin element-ui typescript vue vue-typescript websocket
Last synced: about 1 month ago
JSON representation
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架前端Vue Typescript版本, 搭建完成即可快速、高效投入业务开发
- Host: GitHub
- URL: https://github.com/piupuer/gin-web-vue
- Owner: piupuer
- License: mit
- Created: 2020-05-14T02:14:22.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-29T08:15:02.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:09:12.774Z (about 2 months ago)
- Topics: admin, element-ui, typescript, vue, vue-typescript, websocket
- Language: Vue
- Homepage: http://106.75.132.201/
- Size: 6.27 MB
- Stars: 63
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gin Web Vue
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架前端Vue Typescript版本, 搭建完成即可快速、高效投入业务开发
## 默认菜单
- 首页
- 系统管理
- 菜单管理
- 角色管理
- 用户管理
- 接口管理
- 数据字典
- 操作日志
- 消息推送
- 机器管理
- 状态机
- 状态机配置
- 我的请假条
- 待审批列表
- 上传组件
- 上传示例1
- 上传示例2(主要是针对ZIP压缩包上传及解压)
- 测试页面
- 测试用例## 在线演示(前端静态文件已上传至阿里云OSS, 访问速度飞起)
[传送门](http://106.75.132.201/)
## 快速开始
```
git clone https://github.com/piupuer/gin-web-vue
cd gin-web-vue
# 安装依赖文件, 可以使用cnpm镜像加速
# npm install -g cnpm --registry=https://registry.npm.taobao.org
# cnpm install
npm install
# 本地调试
npm run serve
# 正式发布
npm run build:prod
```> 启动成功之后, 可在浏览器中输入: [http://127.0.0.1:10001](http://127.0.0.1:10001), 若不能访问请检查node依赖是否安装成功
## 后端
- 项目地址: [gin-web](https://github.com/piupuer/gin-web)
- 实现方式: Golang## 特别感谢
[Element UI](https://github.com/ElemeFE/element): A Vue.js 2.0 UI Toolkit for Web.
[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin): a production-ready front-end solution for admin interfaces.
[vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template): a production-ready front-end solution for admin interfaces based on vue, typescript and UI Toolkit element-ui.## 互动交流
### QQ群:943724601
## MIT License
Copyright (c) 2020 piupuer