Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vuex for Everyone

Vuex Getters

Think of the Vuex getters as computed properties - perfect when we need to filter or calculate something at runtime.

This lesson explains how the getters work, and how and where to define them. We’ll also implement what we’ve learned in our shopping cart.