akin-oz / vue3-ts-shopping-cart

0 stars 0 forks source link

Shopping Cart

Quality Gate Coverage Maintainability Reliability Security

Bugs Code Smells Duplicated Lines Lines Technical Debt Vulnerabilities

Project setup

docker build . -t vue3-ts-shopping-cart
docker run -d -p 8080:80 vue3-ts-shopping-cart

Open in browser window on localhost:8000

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Generate overall coverage report

npx nyc report --reporter=text-summary

Lints and fixes files

npm run lint

Build task for production ready output

npm run build

Developing Process

Kanban board of the tasks can be found at Github Projects