Skip to content
Snippets Groups Projects
  1. Apr 05, 2023
  2. Apr 04, 2023
  3. Feb 28, 2023
  4. Dec 06, 2022
  5. Nov 24, 2022
    • Konrad Mohrfeldt's avatar
      chore: add bundle size visualizer · f6c58f6d
      Konrad Mohrfeldt authored
      Sometimes it’s helpful to see which dependencies are pulled in, what’s
      pulling them in and what impact they have on the bundle size.
      rollup-plugin-visualizer does exactly that.
      f6c58f6d
  6. Nov 10, 2022
  7. Nov 09, 2022
    • Konrad Mohrfeldt's avatar
      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
Loading