Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ale-soares/vue-test-utils-crash-course

Vue test utils crash course project made to use as unit testing studying in Vue 3
https://github.com/ale-soares/vue-test-utils-crash-course

jest unit-testing vue vue-test-utils vuejs

Last synced: about 12 hours ago
JSON representation

Vue test utils crash course project made to use as unit testing studying in Vue 3

Awesome Lists containing this project

README

        

# vue-testing

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

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

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

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

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