https://github.com/redsuperbat/e2e-testing-playground
https://github.com/redsuperbat/e2e-testing-playground
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsuperbat/e2e-testing-playground
- Owner: redsuperbat
- Created: 2020-09-10T10:35:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T14:57:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T10:32:07.092Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
## 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/).