March 2018
Beginner to intermediate
344 pages
7h 7m
English
If we open our project up inside the editor, we'll note that we have substantially more folders than our previous Vue applications. I've compiled a table that outlines what they mean:
| Folder | Description |
| Assets | Used to store project assets, such as uncompiled images, js, and CSS. Uses Webpack loaders to load as modules. |
| Components | Used to store application components. These are not converted to routes. |
| Layouts | Used to create application layouts, such as default, error, or other custom layouts. |
| Middleware | Used to define custom application middleware. This allows us to run the custom functionality on different events, such as navigating between pages. |
| Pages | Used to create components (the .vue file) that serve ... |
Read now
Unlock full access