37 lines
687 B
Markdown
37 lines
687 B
Markdown
# 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](https://cli.vuejs.org/config/).
|