zh-rocco / vue-auto-storage

:beers: An automatic storage plugin for Vue2, persist the data with localStorage.
https://zh-rocco.github.io/vue-auto-storage/
MIT License
83 stars 4 forks source link

Can this be applied to Vuex? #1

Open koresar opened 6 years ago

koresar commented 6 years ago

Describe the solution you'd like Exactly same, but for Vuex. :)

Cheers

zh-rocco commented 6 years ago

If you want persist Vuex state, look here: vuex-persistedstate. 😀

1337huania commented 6 years ago

For real not fun to work with vuex-persistedstate. It's to "dumb" and not so friendly.

@zh-rocco, I will hope that one day you will release the vue-auto-storage plugin version for vuex or at least think about it. :-)

koresar commented 6 years ago

@zh-rocco that module is lacking word "auto" and magic autoStorage: ["a.b", "c.0.d", "f"], API :)

zh-rocco commented 6 years ago

@llavre @koresar I will try it.