https://github.com/diging/vogon-web-client
https://github.com/diging/vogon-web-client
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diging/vogon-web-client
- Owner: diging
- Created: 2019-09-20T23:32:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:15:25.000Z (almost 2 years ago)
- Last Synced: 2026-01-28T20:21:31.211Z (5 months ago)
- Language: Vue
- Size: 8.93 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vogon-web-client
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).