You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
What is the best way to access the database?
I believe using vuex store would be the best way to go but i'm not sure how to access the database within the store.
This question is available on Nuxt.js community (#c53)
The text was updated successfully, but these errors were encountered:
Then create some api routes that vue/nuxt will call for data. And then you can play with your data. I think that is the only (at least right) way to do it.
Greetings,
What is the best way to access the database?
I believe using vuex store would be the best way to go but i'm not sure how to access the database within the store.
The text was updated successfully, but these errors were encountered: