Skip to content

@quasar/app-v1.0.0-beta.10

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 04 Mar 13:03
· 9785 commits to dev since this release

Enhanced quasar.conf.js > devServer > open prop -- now supports a String also:

Using open prop to open with a specific browser and not with the default browser of your OS:

// quasar.conf.js

devServer: {
  open: 'firefox'
}