Reference

Vuex Reference

Vuex - Install/Config

Install vuex

npm install vuex

Set up vuex in app.js

import Vuex from 'vuex';
Vue.use(Vuex);