# 慧哥充电桩平台后台前端 huige-charge-mfront **Repository Path**: wangdl_qd/huige-charge-mfront ## Basic Information - **Project Name**: 慧哥充电桩平台后台前端 huige-charge-mfront - **Description**: 🔥🔥🔥充电桩系统完整源代码;①技术栈:SpringCloud、MySQL、Redis、Netty、时序数据库、MQTT。核心功能:云快充1.5、1.6 协议、互联互通协议、多租户、分时计费。②产品端: 公众号:H5、小程序、管理后台、多商户、模拟桩。③充电桩硬件:充电桩四轮硬件、二轮充电桩。④解决方案:二轮、四轮文档。⑤演示环境:小程序、 h5、商户端、管理后台。 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: http://wenhui.nxptdn.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2024-08-05 - **Last Updated**: 2024-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 当前版本:V2.5.2 [🔥 充电平台微服务源码](https://gitee.com/chouleng/cdzkjjh) [🔥 充电管理后台前端源码](https://gitee.com/chouleng/huige-charge-mfront) [🔥 充电小程序源码](https://gitee.com/chouleng/huige-charge-minpro) #### 🖥 加入组织(如果您也对开源感兴趣,欢迎加入组织),开源、共享、共赢永远是主旋律。 #### 📱 +讨论群 扫码 | V:18601938676 # 后台前端 npm install --registry=https://registry.npmmirror.com ```bash # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```