# chargeon-open-frontend **Repository Path**: skeqi/chargeon-open-frontend ## Basic Information - **Project Name**: chargeon-open-frontend - **Description**: 此项目为ChargeON充电桩运营管理平台开源版本的前端项目。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2025-07-21 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChargeON充电桩运营管理平台(前端) 此项目为ChargeON充电桩运营管理平台开源版本的前端项目。 ## 演示 - 演示地址: [www.chargeon.cn:8085](https://www.chargeon.cn:8085) - 账号: admin - 密码: ****** ## 文档 [文档地址](https://cned5b7owj.feishu.cn/docx/MKxwdGpYSon94PxWBIocb7UAnxd?from=from_copylink) ## 运行 Vue3 + TS + Element Plus + Vite | 环境 | 要求 | | ------------ | -------- | | nodejs | 16.14.x+ | | pnpm | 任意版本 | | vue | 3.2.45+ | | element-plus | 2.2.27+ | | vite | 2.0.0+ | | typeScript | 4.x+ | ```bash # 克隆项目 git clone https://gitee.com/chuan2018/chargeon-open-frontend.git #安装pnpm npm i pnpm -g pnpm config set registry https://registry.npmmirror.com/ # 安装依赖 如之前安装老版本,或者使用 npm i、yarn、cnpm i 安装过 node_modules,请先删除在进行安装。 pnpm install # 启动服务 pnpm run dev # 构建生产环境 yarn build:prod # 前端访问地址 http://localhost:9085 ``` ## 致谢 - [禹霖科技开源/iita-iot-web-admin](https://portrait.gitee.com/open-iita/iita-iot-web-admin) 此项目基础框架基于禹霖科技开源项目