You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
Feature suggestion ... I normally run quasar dev inside VSCode which will frequently trigger rebuilds as you save files. The problem is that this emits lots of output so you're forced to stop editing and constantly rescroll to the bottom of of the terminal output to view the last build error. What would be much more useful would be to have quasar-cli clear the screen before each rebuild so you can always see the output of the last build with least amount of scrolling (if any). For backward compatibility you might prefer to make an option rather than the default behaviour.