How To Build a Shopping Cart with Vue 3 and Vuex
This tutorial will demonstrate a Vue.js application by leading you through building the shopping cart of an e-commerce app. To store the information, you will explore the state management library Vuex, and will use getters, actions, and mutations to manage state. It will also use Axios for HTTP requests, the Bulma CSS framework for styling, and Vue-Router for routing.