platypush/platypush/backend/http/webapp
snyk-bot 58afc1090c
fix: upgrade core-js from 3.21.1 to 3.23.4
Snyk has created this PR to upgrade core-js from 3.21.1 to 3.23.4.

See this package in npm:
https://www.npmjs.com/package/core-js

See this project in Snyk:
https://app.snyk.io/org/blacklight/project/96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-08-04 20:31:28 +00:00
..
dist Added missing web build files 2022-06-02 23:41:50 +02:00
public Added Jellyfin integration 2022-03-01 01:32:50 +01:00
src Added missing web build files 2022-06-02 23:41:50 +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 fix: upgrade core-js from 3.21.1 to 3.23.4 2022-08-04 20:31:28 +00:00
package.json fix: upgrade core-js from 3.21.1 to 3.23.4 2022-08-04 20:31:28 +00:00
vue.config.js Removed bulma dependency from frontend 2022-03-28 12:54:36 +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.