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

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

📚 Repo create base course 'Unit Testing' by vuemastery
https://github.com/rsales/unit-testing-vue

course jest testing vue vuemastery

Last synced: 6 months ago
JSON representation

📚 Repo create base course 'Unit Testing' by vuemastery

Awesome Lists containing this project

README

          

# unit-testing-vue

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

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

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

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

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

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