An open API service indexing awesome lists of open source software.

https://github.com/thinkverse/vue-code-coverage

test coverage
https://github.com/thinkverse/vue-code-coverage

Last synced: 4 months ago
JSON representation

test coverage

Awesome Lists containing this project

README

          

# vue-code-coverage

[![Build Status](https://travis-ci.com/thinkverse/vue-code-coverage.svg?branch=master)](https://travis-ci.com/thinkverse/vue-code-coverage)
[![Coverage Status](https://coveralls.io/repos/github/thinkverse/vue-code-coverage/badge.svg?branch=master)](https://coveralls.io/github/thinkverse/vue-code-coverage?branch=master)

## 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](https://cli.vuejs.org/config/).