openhab-webui/bundles/org.openhab.ui.homebuilder
Christoph Weitkamp fca2365008 Changed pid from 'org.eclipse.smarthome.core.i18nprovider' to 'org.eclipse.smarthome.i18n' (#127)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-10-16 08:57:31 +02:00
..
src/main/java/org/openhab/ui/homebuilder/internal improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
web Changed pid from 'org.eclipse.smarthome.core.i18nprovider' to 'org.eclipse.smarthome.i18n' (#127) 2019-10-16 08:57:31 +02:00
.classpath improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
.eslintrc.json improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
.gitattributes improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
.gitignore improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
.project improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
NOTICE improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
README.md improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
USAGE.md improve Maven + Bnd layout and settings (#44) 2019-04-05 08:28:49 +02:00
pom.xml Fixed POM XML Shema Definition path (#125) 2019-10-12 10:21:28 +02:00

README.md

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.