SPA Build Commands

Developing:

$ quasar dev

Building for Production:

$ quasar build

If you want a production build with debugging enabled:

$ quasar build -d

# ..or the longer form
$ quasar build --debug