platypush/platypush/backend/http/webapp
Fabio Manganiello b4fc734a15 music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00
..
public Migrated DateTimeWeather and Calendar widgets 2020-11-22 12:57:28 +01:00
src music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00
.gitignore New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
README.md music.mpd panel migration - WIP 2020-12-26 15:03:12 +01:00
babel.config.js New Vue.js template for dashbord WIP 2020-11-21 01:12:08 +01:00
package-lock.json Migrating lights panel WIP 2020-12-14 02:13:55 +01:00
package.json Migrating lights panel WIP 2020-12-14 02:13:55 +01:00
vue.config.js music.mpd panel migration - WIP 2020-12-26 15:03:12 +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.