mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 10:11:36 +08:00
e376e4b79f93514e15e82772b2efcc63ab2014cb
💥 IoT DC3 新版管理平台,迭代开发中... 💥
🚀 非常欢迎广大兴趣爱好者的加入,你的 Star 是我们开发的动力 !
🌱 该 Web UI ,需要借助 DC3 平台服务,https://gitee.com/pnoker/iot-dc3 或 https://github.com/pnoker/iot-dc3
一、准备
nodejs>= 12gitWeb Storm或者Visual Studio Code
配置国内 npm 源
在用户目录下创建
.npmrc文件,并写入以下内容
registry=https://registry.npm.taobao.org
sass_binary_site=https://npm.taobao.org/mirrors/node-sass
安装 yarn
npm install -g yarn
二、源码
git clone https://github.com/pnoker/iot-dc3-web.git
三、开发
cd iot-dc3-web
# install
yarn
# run
yarn run serve
# build
yarn run build
Description
IoT DC3 是一个基于 Spring Cloud 的 100% 完全开源的、分布式的物联网(IoT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。
311 MiB
Languages
Java
75.7%
TypeScript
10.4%
Vue
8.3%
PLpgSQL
3.6%
JavaScript
0.9%
Other
1%