This is a simple vuejs 3 shopping cart example made using Vue 3 Composition Api, Vue Router & Pinia, this project is perfect for beginners who want to practice vuejs 3 fundamentals like vuejs props, vuejs 3 router, and how to create a store using pinia.

The user can add products to the cart, view the items in the cart, update quantity, and delete items from the cart.

the How to use :

 

Extract the folder then open the project using the command line and run the commands:

npm install to install all the packages 

npm run dev to start the server

 

Demo: