Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

AbhinavRobinson/vue-code-coverage

Repository files navigation

vue-code-coverage

this is a sample project which deals with how we can add code coverage to the vue js application using the Jest and travis CI and also using the coveralls

Build Status Coverage Status

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.