Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferreira-tb/tauri-store
Persistent stores for Tauri
https://github.com/ferreira-tb/tauri-store
pinia plugin tauri vue
Last synced: 3 months ago
JSON representation
Persistent stores for Tauri
- Host: GitHub
- URL: https://github.com/ferreira-tb/tauri-store
- Owner: ferreira-tb
- License: mit
- Created: 2024-07-05T00:17:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T17:40:59.000Z (3 months ago)
- Last Synced: 2024-10-13T17:52:56.375Z (3 months ago)
- Topics: pinia, plugin, tauri, vue
- Language: Rust
- Homepage: https://tb.dev.br/tauri-store/
- Size: 531 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-store
Persistent stores for Tauri.
## Features
- Save your stores to disk.
- Synchronize across multiple windows.
- Debounce or throttle store updates.## Documentation
Check the [documentation](https://tb.dev.br/tauri-store/) for more information on how to install and use the plugin.
## Supported Tauri Version
This plugin requires Tauri `2.0` or later.