Pinia Persistent Storage via AT Protocol for Open Web Desktop
at main 32 lines 809 B view raw view rendered
1<p align="center"> 2 <img width="160" height="160" src="https://avatars.githubusercontent.com/u/201536780?s=160&v=4" /> 3</p> 4<h1 align="center">ATProto Store Module</h1> 5<h3 align="center"> 6 AT Protocol Store Module for Open Web Desktop. 7</h3> 8 9## Overview 10 11This module enables the usage of `pinia-plugin-persistedstate-2` with `atproto` 12for storing Open Web Desktop states persistently on the AT Protocol. 13 14## Features 15 16- Configures `pinia-plugin-persistedstate-2` to use `atproto` 17- Enables persistent storage for Pinia stores 18- Works seamlessly with Nuxt 19 20## Installation 21 22```bash 23owd install-module @owdproject/module-pinia-atproto 24``` 25 26## Requirements 27 28- [@owdproject/module-atproto](https://github.com/atproto-os/module-atproto) 29 30## License 31 32This module is released under the [MIT License](LICENSE).