https://github.com/willvrd/vuejs-testing
Basic example with VUECLI
https://github.com/willvrd/vuejs-testing
Last synced: about 2 months ago
JSON representation
Basic example with VUECLI
- Host: GitHub
- URL: https://github.com/willvrd/vuejs-testing
- Owner: willvrd
- Created: 2019-07-07T15:50:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:59:43.000Z (over 2 years ago)
- Last Synced: 2025-01-15T21:06:08.405Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prueba-2
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).