Mastering Vuex

Lessons

1. Intro to Vuex

5:13

2. Mastering Vuex Orientation

5:59

3. State & Getters

11:58

4. Mutations & Actions Pt. 1

17:15

5. Mutations & Actions Pt. 2

17:47

6. Modules

15:18

7. Success & Error Notifications

13:47

Although this course was developed with Vue 2, the syntax for Vue 3 with Vuex is virtually the same.

Mastering Vuex Orientation

Welcome back to Mastering Vuex. In this lesson, I’ll be orienting you to the example application we’ll be using throughout this course.

Prerequisites for this course include knowledge of:

  • Vue CLI
  • Vue Router
  • Single File .vue Components
  • API Calls with Axios

If you’ve been following along with our Real World Vue course, you can probably skip ahead to the next lesson, unless you want a refresher on what we buil