The Vue.js 2 Master Class
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

Migrating to Vuex

Until now we’re using a global JSON object to store all our data. This is not sufficient for a real-world Vue.js application, so in this tutorial, we’re going to implement Vuex, which is the official state management pattern, in our forum.

If you haven’t used Vuex before, or are not comfortable with the plugin yet, we recommend that you watch our Vuex for Everyone course before you continue beyond this point.

The Vue.js Master Class requires that you’re familiar with Vuex from here on.