Vuex for Everyone
🚧 PLEASE NOTE: An updated version of this course is available! see the Pinia: The Enjoyable Vue Store course. This course is outdated!

Create a new project with vue-cli

Before we start our quest to learn Vuex, we’ll need a fresh Vue project. In this lesson, we’ll set up a new Vue.js project using the vue-cli.

Did you know that our Vuex course is based on the official Vuex example? Since it is, we’ll grab the shop.js from the official Github repo which will serve as our simulated API.