Skip to content
David Grill edited this page May 30, 2017 · 4 revisions

vue-idb

vue-idb is a vuejs library that enables you to simply manage data with a local copy in IndexedDB and served to the UI by vuex (optional).

vue-idb depend on vuejs, vuex, Dexie.js

The simple way, vue-idb gives you a $db property to vue vm. Then you'll be able to use all features of IndexedDB managment from Dexie.js.

The magic way, vue-idb gives you a vuex plugin and vuex modules for simple list with a reasonable number of lines, and for huge lists to be able to keep local millions of data.

Bonus 1, if you decide to use vuex and a biglist, you can simply add a virtual scrollable list

Bonus 2, you can extends... overyde lots of things to feat with your client weard demands

Clone this wiki locally