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
- Host: GitHub
- URL: https://github.com/rsales/unit-testing-vue
- Owner: rsales
- Created: 2020-04-19T19:18:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T20:41:09.000Z (over 2 years ago)
- Last Synced: 2023-11-14T21:36:30.119Z (over 2 years ago)
- Topics: course, jest, testing, vue, vuemastery
- Language: JavaScript
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).