The Vue and Quasar generators both rely on VueX for state management, which has not been the recommended solution for Vue state management for almost a year now. Instead it's recommended to use Pinia, also developed by the Vue core team, and VueX is in "maintenance mode", no longer receiving new features.
Pinia supports both Vue 2 and 3, and is meant to be used as a (not quite, but almost drop-in) replacement.
Description
The Vue and Quasar generators both rely on VueX for state management, which has not been the recommended solution for Vue state management for almost a year now. Instead it's recommended to use Pinia, also developed by the Vue core team, and VueX is in "maintenance mode", no longer receiving new features.
Pinia supports both Vue 2 and 3, and is meant to be used as a (not quite, but almost drop-in) replacement.