# comm-grid-ui **Repository Path**: ahualy/comm-grid-ui ## Basic Information - **Project Name**: comm-grid-ui - **Description**: 基于springboot社区网格化管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2023-03-01 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 网格化管理系统前端运行 ```bash # 克隆项目 git clone https://gitee.com/ahualy/grid-ui.git # 进入项目目录 cd grid-ui # 安装依赖 yarn --registry=https://registry.npmmirror.com # 启动服务 yarn dev # 构建测试环境 yarn build:stage # 构建生产环境 yarn build:prod # 前端访问地址 http://localhost:80 ```