Skip to content

ismarslomic/homeydash.combined

Repository files navigation

homeydash.combined

GitHub David David Snyk Vulnerabilities for GitHub Repo Codecov Travis (.org) branch GitHub last commit

Web-based Homey Dashboard written in Vue.js inspired by homey.ink (e-ink compatible) and homeydash.com (iPad/iPhone compatible) dashboards.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run end-to-end tests

npm run test:e2e

Run unit tests

npm run test:unit

Re-compile SVG icons to src

npm run generate-icons:yws

Preview production locally

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

Report the missing locale message keys and unused keys

npm run i18n:report

Customize configuration

See Configuration Reference.