changed port, webhistory and added auto install for quasar cli

This commit is contained in:
Jona Kläß
2024-04-14 13:47:43 +02:00
parent a5e935f66f
commit 0420e082c9
3 changed files with 2510 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ module.exports = configure(function (/* ctx */) {
node: 'node20'
},
vueRouterMode: 'hash', // available values: 'hash', 'history'
vueRouterMode: 'history', // available values: 'hash', 'history'
// vueRouterBase,
// vueDevtools,
// vueOptionsAPI: false,
@@ -96,6 +96,7 @@ module.exports = configure(function (/* ctx */) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
devServer: {
// https: true
port: 8080, // default: 3000; changed to 8080 to match keycloak settings
open: true // opens browser window automatically
},