This chapter has covered a lot. We loaded and stored a CSV file of products into our Vuex store. From there, we created a product detail page that used a dynamic variable in the URL to load a specific product. We have created a product detail view that allows the user to look through a gallery of images and choose a variation from a drop-down list. If the variation has an associated image, the main image updates.
In Chapter 10, Building an E-Commerce Store – Browsing Products,
we will create a category page, creating filtering and ordering functions – helping the user to find the product they want.