# 奥升充电桩平台管理后台 orise-admin **Repository Path**: orangegames/orise-admin ## Basic Information - **Project Name**: 奥升充电桩平台管理后台 orise-admin - **Description**: ⚡️充电桩Saas云平台⚡️完整源代码,包含模拟桩模块,可通过docker编排快速部署测试。技术栈:SpringCloud、MySQL、Redis、RabbitMQ,前后端管理系统(管理后台、小程序),支持互联互通协议、市政协议、一对多方平台支持。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2024-02-23 - **Last Updated**: 2024-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [🔥 充电平台微服务源码](https://gitee.com/orise001/orise-charge-cloud) [🔥 充电管理后台源码](https://gitee.com/orise001/orise-admin) [🔥 充电小程序源码](https://gitee.com/orise001/orise-mp) ## 开发 ```bash # 克隆项目 git clone https://gitee.com/ucode001/omind-charge-admin.git # 进入项目目录 cd linkwe-ui # 安装依赖 npm install # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run serve ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境(暂未配置) # npm run build:stage # 构建生产环境 npm run build ```