Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 767 Bytes

README_EN.md

File metadata and controls

29 lines (19 loc) · 767 Bytes

IOT Dashboard

An integrated debug tool for IOT devices

Build Setup

# install yarn
npm install -g yarn

# install dependencies
yarn

# if you have VCBuild/MSBuild issue
npm install -g windows-build-tools

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test

This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.