1.0 KiB
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 :
- unplugin-auto-import and unplugin-vue-components for reactivity functions and components auto import, while preserving TS support
- vite-plugin-pages and vite-plugin-vue-layouts for file-based route system with layout support, preventing us maintenance of separated route file, which made the DX similar to Nuxt