An open API service indexing awesome lists of open source software.

https://github.com/rishavs/quenya

A SPA frontend for Digglu using Quasar framework
https://github.com/rishavs/quenya

Last synced: 23 days ago
JSON representation

A SPA frontend for Digglu using Quasar framework

Awesome Lists containing this project

README

          

# Digglu Frontend (quenya)

Quasar based SPA frontend for Digglu

## Install the dependencies
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Build the app for production
```bash
quasar build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).