You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have good code organization for the frontend views and components, i.e. decoupling presentation from logic.
We already have routes mapping manually to views, maybe we could look at what Nuxt and Vue-CLI are doing.
The text was updated successfully, but these errors were encountered:
I added vite-plugin-voie which allows Nuxt-style pages/... component mapping to routes with dynamic params.
As for the components themselves, I also added vite-plugin-components which allows auto-importing components.
I'd like to have good code organization for the frontend views and components, i.e. decoupling presentation from logic.
We already have routes mapping manually to views, maybe we could look at what Nuxt and Vue-CLI are doing.
The text was updated successfully, but these errors were encountered: