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
- Host: GitHub
- URL: https://github.com/owdproject/module-persistence
- Owner: owdproject
- License: mit
- Created: 2025-03-30T20:02:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T08:22:58.000Z (about 1 year ago)
- Last Synced: 2026-03-06T18:50:29.783Z (3 months ago)
- Topics: localforage, owd-client, owd-modules, owd-plugins, pinia
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).