coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

Replace VueX with Pinia #282

Closed leoplaw closed 2 years ago

leoplaw commented 2 years ago

Using VueX for the navigation state management is overkill. Please use Pinia instead.

https://pinia.vuejs.org/

It is officially endorsed by Vue.

johandeklerk commented 2 years ago

@leoplaw Wouldn't it be possible to leave vuex as is in core.ui and use pinia for custom app code? It's far from ideal but at least you could work with pinia in that way. Unfortunately I really don't have time to hack core.ui code now but when I do I'll update here.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions