Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ale-soares/vue-test-utils-crash-course
Vue test utils crash course project made to use as unit testing studying in Vue 3
https://github.com/ale-soares/vue-test-utils-crash-course
jest unit-testing vue vue-test-utils vuejs
Last synced: about 12 hours ago
JSON representation
Vue test utils crash course project made to use as unit testing studying in Vue 3
- Host: GitHub
- URL: https://github.com/ale-soares/vue-test-utils-crash-course
- Owner: ale-soares
- Created: 2022-02-04T18:32:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T18:36:34.000Z (almost 3 years ago)
- Last Synced: 2023-12-03T15:27:23.391Z (11 months ago)
- Topics: jest, unit-testing, vue, vue-test-utils, vuejs
- Language: Vue
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-testing
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).