nuxt-storage

JSON →
library 1.2.2 ·javascript maintenance
verified Jun 7, 2026

Utilities for easy read and write browser's storage in Nuxt.js projects, wrapping localStorage and sessionStorage with a simple API. Version 1.2.2 (latest, not actively updated since 2019). Provides get, set (with expiry), and clear methods. Specifically solves the Nuxt SSR hydration issue where direct access to browser storage causes errors. A lighter alternative to larger libraries like vue-store or vue-web-storage.