DEV Community

Discussion on: Vue js project structure

Collapse
 
m9hmood profile image
Mahmood Abbas

Well, the structure I use in my work is:

- src
  - assets
    - css/
    - images/
  - router
  - layout (only if I creating a dashboard with the same layout for all pages)
  - pages
    - Home/
    - About/
  - components
    - CustomFields/
    - CustomCards/
  - plugins/ 
  - store
Enter fullscreen mode Exit fullscreen mode

I think this structure is easy to understand and help you to organize the files