Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfcifuentes/platzi-vue-testing
VueJs testing course
https://github.com/lfcifuentes/platzi-vue-testing
Last synced: about 7 hours ago
JSON representation
VueJs testing course
- Host: GitHub
- URL: https://github.com/lfcifuentes/platzi-vue-testing
- Owner: lfcifuentes
- Created: 2020-07-22T05:07:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T13:21:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T15:46:05.165Z (over 1 year ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuedex
Este proyecto es par tener un mejor entendimiento de lo que se tratan las pruebas en una aplicación de Vue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).