Hi, Here in medium, I want to introduce a new state management library for Vue.js projects named Vuez. You can check the github repo at: https://github.com/markselby9/vuez. In short, Vuez is a centralized monitoring ‘store’ which is accessible for all your Vue components after installing Vuez. From each component, you can access the store through this.$store. The store concept in Vuez is very simple, imagine an excel table with three columns: ‘name’, ‘object’, ‘actions’. Whenever you…