# dc3-web **Repository Path**: pnoker/dc3-web ## Basic Information - **Project Name**: dc3-web - **Description**: DC3是一个基于Spring Cloud的开源的、分布式的物联网(IOT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1974 - **Forks**: 1099 - **Created**: 2019-10-24 - **Last Updated**: 2025-05-29 ## Categories & Tags **Categories**: iot **Tags**: None ## README :boom: `IoT DC3` `Demo Web UI` 仅供接口调试使用 :boom: :rocket: 非常欢迎广大兴趣爱好者的加入,你的 `Star` 是我们开发的动力 ! :seedling: 该 `Web UI` ,需要借助 `DC3` 平台服务,`https://gitee.com/pnoker/iot-dc3` 或 `https://github.com/pnoker/iot-dc3` ------ ![](./dc3/images/index.png) ## 一、准备 - `nodejs` >= 12 - `git` - `Web Storm` 或者 `Visual Studio Code` ### 配置国内 `npm` 源 > 在用户目录下创建 `.npmrc` 文件,并写入以下内容 ```txt registry=https://registry.npm.taobao.org sass_binary_site=https://npm.taobao.org/mirrors/node-sass ``` ### 安装 `yarn` ```bash npm install -g yarn ``` ## 二、源码 ```bash git clone https://gitee.com/pnoker/dc3-web.git ``` ## 三、开发 ```bash cd dc3-web # install yarn # run yarn run serve # build yarn run build ```