https://github.com/thasup/unit-testing-vue
Learn how to write unit testing on Vue framework
https://github.com/thasup/unit-testing-vue
vue
Last synced: 10 months ago
JSON representation
Learn how to write unit testing on Vue framework
- Host: GitHub
- URL: https://github.com/thasup/unit-testing-vue
- Owner: thasup
- Created: 2022-04-22T16:29:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T16:10:54.000Z (over 3 years ago)
- Last Synced: 2025-01-31T14:37:44.239Z (12 months ago)
- Topics: vue
- Language: JavaScript
- Homepage:
- Size: 154 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
```
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/).