mesqueeb / vuex-easy-access

Unified syntax for accessing your Vuex store through simple set() and get() functions + auto generate mutations
https://mesqueeb.github.io/vuex-easy-access/
MIT License
52 stars 6 forks source link

Functional Example #34

Open CelticParser opened 5 years ago

CelticParser commented 5 years ago

It would be great if you posted a functional example like on codesandbox.io. It would greatly help show the functionality of the plug-in in a real-world application - esp. for those new to Vuex.

Thnx!~

mesqueeb commented 5 years ago

Hi @CelticParser if you are going to use vuex easy firestore i would advice using that stand alone at first. There is nothing you can't do with just that library.

Vuex easy access is more geared towards people looking for a different way to interact with the store.. However I believe it's of much more use if you are already very experienced with Vuex.

Starting out immediately with Vuex easy access might be more confusing for beginners resulting in more frustration.

Sent with GitHawk