DEV Community

Discussion on: Vue js project structure

Collapse
 
larizzatg profile image
Larizza Tueros

There is a great resource about this topic written by igeligel

igeligel/vuex-simple-structure
igeligel/vuex-namespaced-module-structure
igeligel/vuex-feature-scoped-structure

The second one + storybook is the one that I use. You can begin with the least complex and refactor when the need comes.