examples: update quasar example

This commit is contained in:
braks
2022-10-13 23:23:43 +02:00
committed by Braks
parent f978db25e4
commit 3fcc163509
6 changed files with 28 additions and 34 deletions
+3 -11
View File
@@ -15,15 +15,6 @@ const { configure } = require('quasar/wrappers')
module.exports = configure(function (/* ctx */) {
return {
eslint: {
// fix: true,
// include = [],
// exclude = [],
// rawOptions = {},
warnings: true,
errors: false,
},
// https://v2.quasar.dev/quasar-cli-vite/prefetch-feature
// preFetch: true,
@@ -61,7 +52,7 @@ module.exports = configure(function (/* ctx */) {
// vueDevtools,
// vueOptionsAPI: false,
// rebuildCache: true, // rebuilds Vite/linter/etc cache on startup
rebuildCache: true, // rebuilds Vite/linter/etc cache on startup
// publicPath: '/',
// analyze: true,
@@ -83,7 +74,8 @@ module.exports = configure(function (/* ctx */) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
devServer: {
// https: true
open: true, // opens browser window automatically
port: 3020,
open: false, // opens browser window automatically
},
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework