How to use local storage in quasar electron app ? #16733
Unanswered
amirsafaricg
asked this question in
CLI - Electron mode
Replies: 1 comment
-
You can use web storage plugin https://quasar.dev/quasar-plugins/web-storage#localstorage-api It's same with spa usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone
I wanted to store my apps data in local storage but Im not sure how to achieve this in quasar electron app. Can someone guide me through how to use local storage for my data ?
Should I use reading and writing local files ? Should I use the local storage plugin ?
Thanks in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions