pinia-generic
v0.2.0
Published
pinia-generic provides conventions to create generic stores, and it also supports splitting stores into multiple files
Downloads
6
Readme
Pinia Generic Store
- 🧩 Create generic stores that can be reused, massively reducing duplicate code in large projects
- 📁 Split stores into multiple files, so relevant code can be grouped together
- 📦 Use store inheritance to create a hierarchy of generic stores
Installation
npm i pinia-generic
Usage
See the Guide or look at the Examples.
License
MIT