https://github.com/Code-Pop/Unit-Testing-Vue-3
https://github.com/Code-Pop/Unit-Testing-Vue-3
Last synced: 4 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 (almost 5 years ago)
- Default Branch: lesson-6-final
- Last Pushed: 2022-01-09T13:01:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T21:08:01.668Z (about 1 year ago)
- Language: JavaScript
- Size: 487 KB
- Stars: 57
- Watchers: 9
- Forks: 70
- 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/).