# ChargingSimulate-ui **Repository Path**: mantianfly-five/ChargingSimulate-ui ## Basic Information - **Project Name**: ChargingSimulate-ui - **Description**: MoSkeleton的vue 前端ui go web开箱即用框架, 前端基于ruoyi-ui, 改造后端主要基于gin,gorm框架 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-09 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #项目简介 本项目基于 [vue](https://github.com/vuejs/vue) 和 [element-ui](https://github.com/ElemeFE/element) 构建一个后台管理框架,实现基本的用户管理、角色管理、菜单管理、部门管理、字典管理、参数管理、日志管理、在线用户、数据监控、验证码、用户 前端基于ruoyi-ui进行二次改造,以适应go语言和MoSkeleton 工程风格。 ## 开发 ```bash # 克隆项目 git clone https://gitee.com/mantianfly-five/mo-skeleton-ui.git # 进入项目目录 cd mo-skeleton-ui # 安装依赖 npm install 或 yarn # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev 或 yarn run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage 或 yarn run build:stage # 构建生产环境 npm run build:prod 或 yarn run build:prod ``` ## 安装时错误及处理 1. 报错@achrinza/node-ipc@9.2.2: The engine “node“ is incompatible with this module > 执行命令: `yarn config set ignore-engines true` 后再执行安装: `yarn install` 2.