Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    202388aa
    feat: migrate to vue3/compat and Vite build system · 202388aa
    Konrad Mohrfeldt authored
    Notable changes:
     * Vue 2.6 to Vue 3 + compat migration.
     * Build system migration from vue-cli/webpack to Vite.
     * Application dependencies like bootstrap-vue, vue-router, vuex,
       or vue-toast-nofitication have been updated, if doing so was
       necessary or advisable for the Vue 3 migration.
     * Static file includes for the oidc-client in oidc_callback.html
       and oidc_callback_silentRenew.html have been removed in favor
       of automatic processing in the build system so that all assets
       are versioned and invalid cache hits are prevented.
    
    Fixes #53 and #110.
    202388aa
    History
    feat: migrate to vue3/compat and Vite build system
    Konrad Mohrfeldt authored
    Notable changes:
     * Vue 2.6 to Vue 3 + compat migration.
     * Build system migration from vue-cli/webpack to Vite.
     * Application dependencies like bootstrap-vue, vue-router, vuex,
       or vue-toast-nofitication have been updated, if doing so was
       necessary or advisable for the Vue 3 migration.
     * Static file includes for the oidc-client in oidc_callback.html
       and oidc_callback_silentRenew.html have been removed in favor
       of automatic processing in the build system so that all assets
       are versioned and invalid cache hits are prevented.
    
    Fixes #53 and #110.