# pl-iot-ui **Repository Path**: bj_10/pl-iot-ui ## Basic Information - **Project Name**: pl-iot-ui - **Description**: 蟠龙iot前端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :boom: `IoT DC3` 新版管理平台,迭代开发中... :boom: :rocket: 非常欢迎广大兴趣爱好者的加入,你的 `Star` 是我们开发的动力 ! :seedling: 该 `Web UI` ,需要借助 `DC3` 平台服务,`https://gitee.com/pnoker/iot-dc3` 或 `https://github.com/pnoker/iot-dc3` --- ## 一、准备 - `nodejs` >= 18,推荐使用 18 - `git` - `Web Storm` 或者 `Visual Studio Code` ### 配置国内 `npm` 源 > 在用户目录下创建 `.npmrc` 文件,并写入以下内容 ```txt registry=https://registry.npmmirror.com sass_binary_site=https://registry.npmmirror.com/mirrors/node-sass ``` ### 安装 `yarn` ```bash npm install -g yarn ``` ## 二、源码 ```bash git clone https://github.com/pnoker/iot-dc3-web.git ``` ## 三、开发 ```bash cd iot-dc3-ui # install yarn # run yarn serve ```