platypush/platypush/backend/http/webapp
Fabio Manganiello 14f1c44378 - If a Z-Wave event includes an explicit value update then explicitly set that value on the node, in order to prevent issues with Z-Wave value updates not yet propagated to the node structure
- Added Z-Wave switch component
2021-03-16 20:52:30 +01:00
..
dist - If a Z-Wave event includes an explicit value update then explicitly set that value on the node, in order to prevent issues with Z-Wave value updates not yet propagated to the node structure 2021-03-16 20:52:30 +01:00
public - Added weather.openweathermap plugin and backend, as a replacement for Darksky [closes #177] 2021-03-12 01:31:26 +01:00
src - If a Z-Wave event includes an explicit value update then explicitly set that value on the node, in order to prevent issues with Z-Wave value updates not yet propagated to the node structure 2021-03-16 20:52:30 +01:00
.gitignore The webapp dist/ folder should actually be under the webapp dir 2021-02-20 23:26:25 +01:00
README.md New media panel [WIP] 2021-01-14 00:15:35 +01:00
babel.config.js New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
package-lock.json Bump elliptic from 6.5.3 to 6.5.4 in /platypush/backend/http/webapp 2021-03-10 10:00:42 +00:00
package.json Upgraded axios and bulma 2021-02-19 21:06:58 +01:00
vue.config.js The webapp dist/ folder should actually be under the webapp dir 2021-02-20 23:26:25 +01:00

README.md

Platypush web app

The UI for Platypush is built with Vue 3. The production-ready files are distributed with the package under platypush/backend/http/dist. If you want to change/debug/redistribute some parts of the UI you'll need npm installed. The directory of this file is the root of the web app project and all the following commands should be typed from here.

Project setup

npm install

Compilation and hot-reload for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.