Skip to main content

All Questions

Tagged with
1 vote
0 answers
170 views

Electron - unable to use rxdb in vuejs renderer process

I'm trying to use rxDB inside my electron vue app. I've followed the guide on how to implement it inside the renderer process, and I have the following code in my App.vue file: // Importo dipendenze ...
OHICT's user avatar
  • 451
4 votes
1 answer
895 views

How Do I Properly Initialize RxDB in a Vue App with global

I'm trying out RxDB for the first time in a Vue 3 app, and getting started is a bit more tricky than I expected (and it's probably my fault). I installed RxDB with NPM in my project ("rxdb": ...
Clifton Labrum's user avatar