shopping-cart

Install NVM

If you don't have NVM installed yet, check the instructions here : https://github.com/nvm-sh/nvm

Project setup

nvm install v16.13.0
nvm use
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.