Skip to content

ananyaneogi/a-vue-shop

Repository files navigation

A Vue Shop

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.

View the demo here

Web snapshot

Setup

# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev