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 7527cf798c
.
4 years ago
dc3 readme 4 years ago
public . 4 years ago
src . 4 years ago
.dockerignore 登录逻辑调整 4 years ago
.gitignore 登录逻辑调整 4 years ago
Dockerfile update nginx version 4 years ago
LICENSE readme 4 years ago
Makefile readme 4 years ago
README.md window npm install error 4 years ago
babel.config.js 优化 4 years ago
package.json 登录逻辑调整 4 years ago
postcss.config.js 优化 4 years ago
vue.config.js 优化 4 years ago

README.md

💥 IOT DC3 Web UI, 项目已正式迁移到 Gitee 上gitee clone url https://gitee.com/pnoker/dc3-web.git

🌱 你的点赞是我们开发的动力!


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

#这步至关重要,请务必使用 cnpm 进行 install
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install

# run
npm run serve

# build 
npm run build

# docker build
cd dc3
docker-compose build

# docker run 
docker-compose up -d