Go to file
Thomas Mack 01ae5558cc fileupload and sync with backend 2024-05-15 19:35:03 +02:00
public file upload start 2022-03-31 08:24:10 +02:00
src fileupload and sync with backend 2024-05-15 19:35:03 +02:00
.gitignore init 2022-03-26 11:56:04 +01:00
README.md fileupload and sync with backend 2024-05-15 19:35:03 +02:00
babel.config.js init 2022-03-26 11:56:04 +01:00
jsconfig.json init 2022-03-26 11:56:04 +01:00
package-lock.json fileupload and sync with backend 2024-05-15 19:35:03 +02:00
package.json fileupload and sync with backend 2024-05-15 19:35:03 +02:00
tsconfig.json Running Version with indexDB 2022-03-28 08:31:59 +02:00
vue.config.js fileupload and sync with backend 2024-05-15 19:35:03 +02:00

README.md

billibox-vue

Datenbank zur Verwaltung alter Kameras und Zubehör.

Authentifizierung erfolgt über Keycloak open-id-connect

Backend ist eine in node-js geschriebene Komponente, die JSON-Collections entgegen nimmt. Die Daten werden zunächst lokal in einer IndexedDB vorgehalten und mit dem Backend asynchron gesichert.

Das Backend ist im Projekt billibox-fpg zu finden.

Project setup

npm install

Compiles and hot-reloads 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.