Vuex Fundamentals

Lessons

1. Intro to Vuex

5:36

2. Global State

7:36

3. Updating State

8:04

4. Fetching State

13:31

5. Error Handling

6:52

6. Next Steps

2:30

Global State

In this lesson, we’re going to implement some global state within our example application. You can access the repo for this course and git checkout L2-start to reach the starting code for this lesson.

Once you open up the starting code and have ran npm install to grab its depend