docker build . -t vue3-ts-shopping-cart
docker run -d -p 8080:80 vue3-ts-shopping-cart
Open in browser window on localhost:8000
npm run test:unit
npm run test:e2e
npx nyc report --reporter=text-summary
npm run lint
npm run build
Kanban board of the tasks can be found at Github Projects