/a-vue-shop

Primary LanguageJavaScript

A Vue Shop

An e-commerce 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.

Web snapshot

Setup

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