Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:56:58.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:24:07.667Z (8 months 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/).