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
- Host: GitHub
- URL: https://github.com/phpzm/jaqa
- Owner: phpzm
- License: mit
- Created: 2017-01-08T21:44:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T22:08:25.000Z (about 9 years ago)
- Last Synced: 2025-02-06T10:53:20.658Z (about 1 year ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```