Offline mode
-
I am really loving this framework, but unfortunately my enterprise app will be need in remote areas where service is not always good. Is there any way to have offline option and sync data when reconnect? Or I guess I should say, any good tutorials on how to do this?
-
Maybe something like this can help you? https://www.npmjs.com/package/vuex-localstorage
I’m developing something similar, but I’m using Kinto + Kinto.js for the storage part. That means modeling your entire application arround the Kinto storage, you may not want that.
-
@packy This is a database related question, and Quasar is on the view layer. Firebase or Gunjs or Kinto may be what you are looking for.