OpenGeoscience / uvdat

UVDAT Urban Visualization and Data Analysis Toolkit
Apache License 2.0
1 stars 1 forks source link

Use Pinia for the client store #27

Open jjnesbitt opened 11 months ago

jjnesbitt commented 11 months ago

We are starting to have lots of unrelated state tracked in the store, suggesting it be modularization in some way. Pinia provides a very nice way to achieve that, with the added ability to view the state in the vue debugger tools (something we can't currently do).