QurateInc / vue-pouch-db

Vue Pouch DB is a VueJS Plugin that binds PouchDB with Vue and keeps a synchronised state with the database. Has support for Mango queries which are processed locally within the VuePouchDB state.
MIT License
126 stars 14 forks source link

Works with vuex #3

Closed cafe4it closed 7 years ago

cafe4it commented 7 years ago

Hi, this works with vuex?

sadiqevani commented 7 years ago

@cafe4it

I believe it should work, the API is not coupled with Vuex or any other 3rd party library, but you can add some functionality on top of it and make it work.