An open API service indexing awesome lists of open source software.

https://github.com/owdproject/module-persistence

Enable persistent states on OWD
https://github.com/owdproject/module-persistence

localforage owd-client owd-modules owd-plugins pinia

Last synced: 2 months ago
JSON representation

Enable persistent states on OWD

Awesome Lists containing this project

README

          




Persistence Module



Pinia with LocalForage for Open Web Desktop.

## Overview

This module enables [localForage](https://www.npmjs.com/package/localforage) within Pinia to store application states persistently.

## Features

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

## Installation

```bash
owd install-module @owdproject/module-pinia-localforage
```

## License

This module is released under the [MIT License](LICENSE).