You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
pnoker e90081d4a5
.
3 years ago
dc3 . 3 years ago
public 去掉auth 3 years ago
src Demo 适配 1.3.2.SR 接口 3 years ago
.dockerignore demo 启动顺序控制 4 years ago
.gitignore 登录逻辑调整 4 years ago
Dockerfile . 3 years ago
LICENSE readme 4 years ago
Makefile readme 4 years ago
README.md . 3 years ago
babel.config.js 优化 4 years ago
package.json Demo 适配 1.3.2.SR 接口 3 years ago
vue.config.js 优化 4 years ago

README.md

💥 你的 Star 是我开发的动力,下载源码 git clone https://gitee.com/pnoker/dc3-web.git

🚀 非常欢迎广大兴趣爱好者的加入,第一时间 联系作者,show me you code,让我们肩并肩 👽

🌱Demo Web UI ,需要借助 DC3 平台服务,https://gitee.com/pnoker/iot-dc3


star
DC3是基于Spring Cloud的开源可分布式物联网(IOT)平台,用于快速开发、部署物联设备接入项目,是一整套物联系统解决方案。
IOT DC3 is an open source, distributed Internet of Things (IOT) platform based on Spring Cloud. It is used for rapid development of IOT projects and management of IOT devices. It is a set of solutions for IOT system.


Run & Build

git clone https://gitee.com/pnoker/dc3-web.git
cd dc3-web

npm install -g yarn --registry=https://registry.npm.taobao.org
yarn

# run
yarn run serve

# build 
yarn run build

Demo UI