https://github.com/code-pop/unit-testing-vue2
Repo for Vue Mastery's Unit Testing course
https://github.com/code-pop/unit-testing-vue2
Last synced: 4 months ago
JSON representation
Repo for Vue Mastery's Unit Testing course
- Host: GitHub
- URL: https://github.com/code-pop/unit-testing-vue2
- Owner: Code-Pop
- Created: 2020-01-24T17:39:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:56:58.000Z (about 3 years ago)
- Last Synced: 2024-05-01T14:24:07.667Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.91 MB
- Stars: 75
- Watchers: 11
- Forks: 58
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-testing-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).