TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Upgrade State Management to Pinia #39

Closed TheFlyer1983 closed 2 years ago

TheFlyer1983 commented 2 years ago

Description:

Since Vue 3.25 has become the default version of Vue, the core Vue team have created Pinia as the supported State Management package. Vuex is now in maintenance mode. As such, we want to upgrade our state management to Pinia.

Acceptance Criteria:

TheFlyer1983 commented 2 years ago

Pinia has been installed, all components and unit tests have been converted to use Pinia, and Vuex has been uninstalled.

Completed