CottageCabbage / vu-dooit

Task Manager application for Web, Desktop and Mobile. Still in development
https://CottageCabbage.github.io/vu-dooit
3 stars 1 forks source link

Switch Vuex to Pina #2

Closed CottageCabbage closed 2 years ago

CottageCabbage commented 2 years ago

Right now, Vuex is installed as a dependency, but I haven't made enough progress on app to actually begin using. I'm assuming that Pina may have a smaller amount of recourses available about it, but it seems worth it?

Am unsure of how to do it right away, but shouldn't be too difficult.

CottageCabbage commented 2 years ago

Pinia is installed and apparently working. Latest commit created a test store 'settings', and things seem to be working fine. Unsure of whether I should uninstall vuex4 now though. Will test if it breaks application tomorrow.