An integrated debug tool for IOT devices
# 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.