https://github.com/code-pop/unit-testing-vue-3
https://github.com/code-pop/unit-testing-vue-3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/unit-testing-vue-3
- Owner: Code-Pop
- Created: 2021-01-25T21:06:26.000Z (about 5 years ago)
- Default Branch: lesson-6-final
- Last Pushed: 2022-01-09T13:01:25.000Z (about 4 years ago)
- Last Synced: 2025-04-15T08:02:10.243Z (10 months ago)
- Language: JavaScript
- Size: 487 KB
- Stars: 57
- Watchers: 8
- Forks: 69
- Open Issues: 2
-
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/).