Files
blog/content/data/works/vue-ts.md
2023-02-19 17:34:27 +01:00

1.0 KiB

Vue 3 TS implementation written with Composition API. Main packages involved :

  • Pinia as main store system
  • vue-tsc as main TS checker and compiler for Vue components, with full VS Code support with Volar plugin
  • VueUse for many composition function helpers

Additional packages that reduce boilerplate and improve DX :