platypush/platypush/backend/http/webapp
Fabio Manganiello 96f2a8f8fc [UI] Set a base `z-index` for the root content canvas.
This allows loading spinners, modals and other components with a real
fullscreen background to stretch over the required space, without being
covered by the navigator or other sibling components.

This also requires the collapsed navigator to have a 1px margin-right,
or its separation border won't be visible.
2023-11-03 20:54:46 +00:00
..
dist [Automatic] Updated UI files 2023-10-23 14:04:25 +00:00
public [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
src [UI] Set a base `z-index` for the root content canvas. 2023-11-03 20:54:46 +00:00
.eslintrc.js Updated Vue dependencies for the webapp 2022-03-28 01:19:21 +02: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
jsconfig.json Updated Vue dependencies for the webapp 2022-03-28 01:19:21 +02:00
package-lock.json [Execute UI] Added syntax highlight to JSON and shell snippets. 2023-10-13 23:12:04 +02:00
package.json [Execute UI] Added syntax highlight to JSON and shell snippets. 2023-10-13 23:12:04 +02:00
vue.config.js [Extensions UI] Install extensions deps from the UI. 2023-10-18 03:00:52 +02: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.