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
- Host: GitHub
- URL: https://github.com/thinkverse/vue-code-coverage
- Owner: thinkverse
- Created: 2019-04-21T02:52:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T14:51:26.000Z (about 7 years ago)
- Last Synced: 2025-01-23T10:12:58.450Z (over 1 year ago)
- Language: HTML
- Size: 189 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-code-coverage
[](https://travis-ci.com/thinkverse/vue-code-coverage)
[](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/).