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 think it would be helpful to separate out views (pages) to a separate folder, so it's easier for developers. Views should be the Vue components that are referenced by the router.
What I mean:
src
|- views
|- Login.vue
|- other pages ...
|- components
|- Course.vue
|- Card.vue
|- other components ...
I think it would be helpful to separate out views (pages) to a separate folder, so it's easier for developers. Views should be the Vue components that are referenced by the router.
What I mean:
This is loosely based off the project structure of Nuxt.js: https://nuxtjs.org/guide/directory-structure
The text was updated successfully, but these errors were encountered: