openhab-docs/_addons_uis/homebuilder
openhab-bot bd4ccd6823 Updated external content (Jenkins build 243) 2019-05-13 18:57:21 +00:00
..
readme.md Updated external content (Jenkins build 243) 2019-05-13 18:57:21 +00:00

readme.md

id label title type description since install
homebuilder Home Builder Home Builder - UIs ui > Boilerplate for the [Items](https://www.openhab.org/docs/configuration/items.html), [sitemap](https://www.openhab.org/docs/configuration/sitemaps.html) files and [HABPanel](https://www.openhab.org/docs/configuration/habpanel.html) dashboard. 2x auto

{% include base.html %}

Home Builder

Boilerplate for the Items, sitemap files and HABPanel dashboard.

Usage

See USAGE.md file for reference.

Development

HomeBuilder UI is an app based on Vue.js framework. In order to setup the development environment simply run:

cd web
npm install
npm run dev

The first command will install all necessary dependencies (including Webpack build system). npm run dev, however, will serve the build with hot reload at http://localhost:8080.

It's recommended to debug the app on Chrome or Firefox with Vue.js devtools extension.

When you're done with your changes and would like to test HomeBuilder on a real environment, run the following command:

# build for production with minification
npm run build

It will build the app inside /web/dist/ folder with source map included.