Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Gridsome using Vuex with modules - shopping cart example

License

Notifications You must be signed in to change notification settings

dozyio/gridsome-shopping-cart-vuex

Repository files navigation

Gridsome shopping cart example using Vuex with modules

Netlify Status

An example Gridsome static site using Vue and Vuex with modules for shopping cart functionality.

This example site uses Vuex shared mutations so that the shopping cart is syncronised across tabs. It also uses Vuex persistedstate so that the cart is stored locally, so if you revisit the site the shopping cart isn't lost.

Example Site

https://gridsome-vuex-shopping-cart.netlify.app/

Install dependencies

yarn install

Build

gridsome build

Develop

gridsome develop

About

Gridsome using Vuex with modules - shopping cart example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published