An e-commerce sample website built with Vue JS, using vuex and vue-router.
This is built on VueJs. Centralized state management is implemented with Vuex. Routing is done with Vue Router.
Designed with CSS grid and uses transition-group
for transitions.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev