Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewbeng89/vue-unit-testing

Unit Testing in Vue.js - from theory into practice: a companion repo!
https://github.com/andrewbeng89/vue-unit-testing

jest unit-testing vue-test-utils vuejs

Last synced: 17 days ago
JSON representation

Unit Testing in Vue.js - from theory into practice: a companion repo!

Awesome Lists containing this project

README

        

# vue-unit-testing

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Run your end-to-end tests
```
yarn run test:e2e
```

### Run your unit tests
```
yarn run test:unit
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).