Vuex is a state management pattern + library for Vue .
Read moreCan I use Vuex without Vue?
You can’t use Vuex without Vue . Because: Vuex checks for the existence of Vue. Vuex depends largely on Vue for its reactivity inner workings.
Read moreHow do I use Vuex Vue?
So after understanding the project, if a particular state is consumed by multiple components then and then you have to use Vuex.
Read more