-
Notifications
You must be signed in to change notification settings - Fork 7
Replace the vuex-electron plugin #30
Comments
Alternatives: |
the the there is an advantage to local storage is limited to 10MB vs 4096 bytes on cookies. |
vuex-persistedstate: And I just realized how it works! The So it seems obvious, we need to use But keep it in mind, maybe it is overkill. |
Closed, replaced in https://github.com/brafdlog/budget-tracking |
The
vuex-electron
package is not under maintaining anymore.In this app, we need more attention about persisting the
vuex
state, because we have to keep the sensitive data (passwords, keys) out of the persistent file (unless we keeping the whole persistent safe).So this issue requires looking for maintained, customizable and secured
Vuex
plugin, or developing our own plugin.The text was updated successfully, but these errors were encountered: