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
- Host: GitHub
- URL: https://github.com/rishavs/quenya
- Owner: rishavs
- Created: 2020-10-19T19:43:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T19:44:14.000Z (over 5 years ago)
- Last Synced: 2025-02-26T12:31:46.428Z (over 1 year ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).