/domoticz-vue-frontend

A domoticz frontend in VueJS

Primary LanguageVue

Domoticz-Frontend

This is my Domoticz Fronend, actually under heavy developpement.

Configuration

  1. Copy all the sample.*.js files to *.js
  2. Configure each files providing the needed ID of devices. You can find them at http://YOUR_DOMOTICZ/json.htm?type=devices&used=true&filter=all

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint