platypush/platypush/backend/http/webapp
Fabio Manganiello 91daec579d
Reverted to the previous style for entities on mobile.
Better to use screen width wisely and avoid unnecessary padding.
2023-05-17 01:13:09 +02:00
..
dist Updated dist files 2023-05-12 03:52:33 +02:00
public Web panel improvements. 2022-10-07 02:24:29 +02:00
src Reverted to the previous style for entities on mobile. 2023-05-17 01:13:09 +02: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 Updated caniuse dependency 2023-04-23 02:11:21 +02:00
package.json Merge branch 'master' into 191-support-for-general-entities-backend-and-plugin 2022-08-29 01:41:47 +02:00
vue.config.js Fixed devServer routes in vue.config.js. 2023-05-12 02:57:14 +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.