Installing Vuex
Learn how to install Vuex locally.
We'll cover the following...
In order to explore how Vuex works, let’s walk through installing it into a fresh project.
Installing the Vuex library
Assuming we’re starting with a new CLI-generated project (using the “default” preset), let’s first ...