https://github.com/kernel-loophole/test-vueapp
testing for vue app
https://github.com/kernel-loophole/test-vueapp
Last synced: 5 months ago
JSON representation
testing for vue app
- Host: GitHub
- URL: https://github.com/kernel-loophole/test-vueapp
- Owner: kernel-loophole
- Created: 2022-03-12T13:56:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T14:01:32.000Z (over 4 years ago)
- Last Synced: 2025-01-24T10:46:47.158Z (over 1 year ago)
- Language: Vue
- Size: 4.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-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/).