quasar-cli
quasar-cli copied to clipboard
[DEPRECATED, <= 0.17) Quasar Framework - CLI
I notice that every time when I create a project I'm setting the same settings. It would save some time and potential mistakes if the defaults could be configured somehow....
I'm trying to use auth firebase for an application with cordova Using Quasar 0.17.16 Following the instructions here: [https://firebase.google.com/docs/auth/web/cordova](https://firebase.google.com/docs/auth/web/cordova) and running: quasar dev -m cordova -T android opens a new...
Vue CLI has support for [instant prototyping](https://cli.vuejs.org/guide/prototyping.html#vue-serve). `vue-cli-service serve [entry]` command can directly serve single file component or js file. I'd love to see an equivalent feature from Quasar CLI...
### Software version NPM 6.4.0 yarn 1.10.1 quasar-cli 0.17.20 vue-cli 3.0.1 quasar-framework 0.17.17 Any other software related to your bug: ### What did you get as the error? ``` Your...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
### What did you get as the error? Clients don't see any change on new deployment in PWA mode because index.html was cached forever in service worker (`cacheFirst`/`cacheOnly` strategy I...
### Software version - quasar-cli v017.23 Feature suggestion ... I normally run `quasar dev` inside VSCode which will frequently trigger rebuilds as you save files. The problem is that this...
Closes #228 `quasar init arg2` shows up suitable warnings to the user.
Currently, `quasar init arg2` doesn't show any sort of warnings which is good to have :thinking:
When building SSR + PWA, if `workboxPluginMode` is set to `injectManifest`, the error `"directoryIndex" is not a supported parameter.` appears in the terminal, though it is not set in the...