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

https://github.com/phpzm/jaqa

Just another Quasar App
https://github.com/phpzm/jaqa

Last synced: 5 months ago
JSON representation

Just another Quasar App

Awesome Lists containing this project

README

          

# JAQA: Just another Quasar App

> The Quasar App

## Build Setup

``` bash
# copy env settings
cp src/defaults.js.sample src/defaults.js

# install dependencies
npm install

# serve with hot reload at localhost:8080
quasar dev

# build for production with minification
quasar build

# run unit tests
quasar test --unit

# run e2e tests
quasar test --e2e

# run all tests
quasar test
```