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.
 
 
 
 
 
 
张红元 aaed7cb429
!3 将位号配置和数据页面的接口中的某个参数移除,保持和现在的服务端匹配
2 years ago
dc3 调整 3 years ago
public 去掉auth 3 years ago
src 将位号配置和数据页面的接口中的某个参数移除,保持和现在的服务端匹配 2 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

💥 IoT DC3 Demo Web UI 仅供接口调试使用 💥

🚀 非常欢迎广大兴趣爱好者的加入,你的 Star 是我们开发的动力

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


一、准备

  • nodejs >= 12
  • git
  • Web 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://gitee.com/pnoker/dc3-web.git

三、开发

cd dc3-web

# install
yarn

# run
yarn run serve

# build 
yarn run build