lanwilliam / iot-dc3-web

物联网后台web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💥 IoT DC3 新版管理平台,迭代开发中... 💥

🚀 非常欢迎广大兴趣爱好者的加入,你的 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://github.com/pnoker/iot-dc3-web.git

三、开发

cd iot-dc3-web

# install
yarn

# run
yarn run serve

# build 
yarn run build

About

物联网后台web

License:Apache License 2.0


Languages

Language:Vue 81.4%Language:JavaScript 13.3%Language:SCSS 4.0%Language:HTML 0.5%Language:Dockerfile 0.3%Language:Makefile 0.3%Language:Shell 0.2%