Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.29 KB

TODO.md

File metadata and controls

53 lines (36 loc) · 1.29 KB

TODOs

Prio cases

  • class components
    • basic ✅
    • mixins ?!
  • Vuetify
  • axios ?
  • build changes
  • webpack -> vite

Backend changes needed

Later

  • jest ? or vitest ?
  • pwa
  • nuxt extends : https://www.youtube.com/watch?v=HvTui3P0w-o
  • translation / i18n
    • Wait for transitions
    • lazy load translations
    • translations per SFC (Component)
    • resx ? (maybe a migration tool when migrating over?)
    • translation process (something else than copy pasting json files?)

Examples

Create further examples which might be useful

  • vue use example ? (composable)

Migration process

If we really want to migrate a project, collect how we are going to do things:

  • mixins?

Other external topics / migration / improvements

  • mixins -> how to solve message mixin within nuxt -> plugin?

Developer Experience / VSCode

Possible future improvements