Web-based Homey Dashboard written in Vue.js inspired by homey.ink (e-ink compatible) and homeydash.com (iPad/iPhone compatible) dashboards.
npm install
npm run serve
npm run build
npm run lint
npm run test:e2e
npm run test:unit
npm run generate-icons:yws
npm install -g serve
# -s flag means serve it in Single-Page Application mode
# which deals with the routing problem described https://cli.vuejs.org/guide/deployment.html#previewing-locally
serve -s dist
npm run i18n:report