No description
| public | ||
| src | ||
| .gitignore | ||
| babel.config.js | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vue.config.js | ||
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