Migrate WeddIn client to Quasar Vite and restore authenticated app initialization #7
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/quasar-webpack-v4-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR migrates the WeddIn client build toolchain from the legacy Quasar/Webpack setup to Quasar CLI with Vite.
It also restores the application initialization, Vuex integration, authentication flow, and authenticated data loading so that the client works consistently after login and after a browser reload.
Changes
Build and tooling
@quasar/app-viteApplication migration
require()usage in Vuex modules with ES module importsprocess.envusage with Vite-compatible runtime/build configuration accessimport.meta.globAuthentication and initialization
Google Maps
AdvancedMarkerElementValidation
Manually verified in the test environment:
Notes
stylescannot be combined with amapId.config.js, allowing environment-specific API and media endpoints without rebuilding the image.Passt