Software Engineering project(a spotify mimic) Frontend Team Repo.
Delete package-lock.json
Then Run
npm install
npm run serve
Change "Vue.config.productionTip = false;", found in main.js file to "Vue.config.productionTip = true;"
npm run build
npm run test:unit
The last version of the coverage test can be found on: coverage\lcov-report\index.html including our components and views open views and component tap to view details.
npm install --save-dev vue-styleguidist
npm run styleguide