Skip to content

ozanulutas/shopping-cart

Repository files navigation

JavaScript Vue.js SASS

Shopping Cart

Project Link

Simple shopping cart app created with Vue.js and BootstrapVue. You can add choosen products to the cart. Items in the cart is grouped by its variety.

Table of Contents

Features

  • Add chosen product to cart
  • Same products are grouped in the cart
  • Increase product quantity in the cart
  • Decrease product quantity in the cart
  • Remove product from cart

Technologies

  • Vue.js 2.6.11
  • BootstrapVue 2.21.2
  • Sass

Project Setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.