Uninen / tauri-vue-template

Tauri + Vue + Vite template w/ Vitest, Tailwind, and GH Actions configured.
201 stars 21 forks source link

Add Pinia #27

Open Uninen opened 9 months ago

Uninen commented 9 months ago

Almost all project benefit from general store, at least if you work with multiple views / components. Plus, it's easier to remove than add from scratch so it makes sense to be present in a template.