Sign in
Log inSign up
Build a shopping cart with Vue 2 and Vuex - Connor Leech - Medium

Build a shopping cart with Vue 2 and Vuex - Connor Leech - Medium

Michael Bates's photo
Michael Bates
·Sep 18, 2017

This tutorial goes through building out a shopping cart application with Vue.js and state management using Vuex. Users can browse products, add products to cart and view the total cost of their order. We set up routing using vue-router In a previous tutorial we went through the basics of setting up a todo application with Vue.js.