# gin-vue-role **Repository Path**: fakerwangjs/gin-vue-role ## Basic Information - **Project Name**: gin-vue-role - **Description**: 基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理 go+gin+jwt+router - **Primary Language**: Go - **License**: MIT - **Default Branch**: fakerwang-2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-03 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project-public #### 介绍 go的基本框架,做任何后台都可以使用 #### 软件架构 软件架构说明 - api 接口入口 - config 配置文件 - global 全局配置 - initialize 初始化 - middleware 中间件 - model 数据库 - router 路由 - service 业务逻辑 #### 安装教程 1. go mod init 2. go mod tidy #### 使用说明 1. go 1.19 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request