0.0.3 • Published 9 months ago

@owdproject/module-pinia-localforage v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Pinia LocalForage for Open Web Desktop

This module enables localforage within Pinia to store states persistently.

Installation

To install the module, run:

npm install @owdproject/module-pinia-localforage

Usage

Define the module in your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ['@owdproject/module-pinia-localforage']
});

Features

  • Configures pinia-plugin-persistedstate-2 to use localforage
  • Enables persistent storage for Pinia stores
  • Works seamlessly with Nuxt

License

This project is released under the MIT License.

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago