vue2-storage

JSON →
library 6.1.3 ·javascript
verified Jun 7, 2026

Browser storage plugin for Vue.js 2.x applications, providing a reactive wrapper around localStorage, sessionStorage, and memoryStorage. Current version 6.1.3 is stable with TypeScript support. Released under MIT license, it offers a simple API for setting, getting, removing, and clearing stored values with automatic JSON serialization/deserialization. It integrates seamlessly as a Vue plugin, exposing `$storage` on Vue instances, or can be used standalone in vanilla JavaScript. Alternative to vue-ls and vue-localstorage, with focus on minimalism and Vue 2 reactivity.