Project for managing a shopping cart with Pinia, done during the vue school's free weekend event.
Clone the project:
$ git clone https://github.com/hosanabarcelos/pinia-vueschool.git
Install the dependencies:
$ npm install
Compile the project and view the application in the browser, through the port informed by Vite:
$ npm run dev
Made by Hosana Barcelos.