Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Code-Pop/Unit-Testing-Vue-3
https://github.com/Code-Pop/Unit-Testing-Vue-3
Last synced: about 1 month 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 4 years ago)
- Default Branch: lesson-6-final
- Last Pushed: 2022-01-09T13:01:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T21:08:01.668Z (about 1 month 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/).