YuraDev / vue-chrome-extension-template

vue chrome extension template
MIT License
651 stars 104 forks source link

[Suggestion] Include a library for state managment #13

Open altinselimi opened 6 years ago

altinselimi commented 6 years ago

I just ran into the need to have reactive shared state between content and popup, so I think it would be a great addition to this template a way to manage state using a library like vuex.

These guys already have done it, except they use react : https://github.com/tshaddix/react-chrome-redux/wiki/Getting-Started

hkd987 commented 5 years ago

I have found that beedle works great with this. I set up an entire store for my extension and am able to manage state.