1.0.0 • Published 1 year ago

shopping-cart_v1 v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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