# baize-go **Repository Path**: learn_tool/baize-go ## Basic Information - **Project Name**: baize-go - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 平台简介 基于 Baize 的 Web 应用框架,专注于提供基于角色的访问控制(RBAC)功能。它适用于构建企业级管理系统,支持用户权限管理、系统监控、任务调度、数据字典、代码生成等模块,具备完整的前后端分离架构设计。 做了一些更改 ## 开始使用 ```bash go env -w GOPROXY=https://goproxy.cn,direct go mod tidy go run ./app/ http://localhost:8080/ ``` 对应前端 baize-vue 项目,启动方式如下: ``` git clone https://gitee.com/baizeplus/baize-vue cd baize-vue yarn install --registry=https://registry.npmmirror.com yarn dev http://localhost:8081/index.html ```