How to access easily to Node resources using Electron?
-
I understand that using
this.$q.electron
on Vue element we can access to electron settings. So, for using only on electron compilation, i don’t know… access to a Database or some that requires Node or system features, how can I access to that?
I have some ideas, like adding a Remote on Electron, but I don’t know how to add my own function to
this.$q.electron.remote
. Somebody could tell me please how to do that?Thanks!