https://github.com/drosocode/zogwine_ui
https://github.com/drosocode/zogwine_ui
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drosocode/zogwine_ui
- Owner: drosoCode
- Created: 2020-07-26T22:31:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T16:12:24.000Z (over 2 years ago)
- Last Synced: 2024-12-28T21:17:40.093Z (about 1 year ago)
- Language: Vue
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zogwine (zogwine)
Media Control App
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).