# iot-dc3-web **Repository Path**: pnoker/iot-dc3-web ## Basic Information - **Project Name**: iot-dc3-web - **Description**: IoT DC3 平台 最新管理 Web UI,搭配 IoT DC3 服务使用。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: release - **Homepage**: https://doc.dc3.site - **GVP Project**: No ## Statistics - **Stars**: 168 - **Forks**: 259 - **Created**: 2023-03-03 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: IoTDC3, DC3, Web, IOT, vue3 ## README ## 1. Prepare - `git` - `Visual Studio Code` - `nodejs` >= 18, recommended to use 22 - `yarn`, install using `npm install -g yarn` ## 2. Source code ```bash git clone https://github.com/pnoker/iot-dc3-web.git ``` ## 3. Develop ```bash cd iot-dc3-web # install yarn # run yarn serve ```