The assets/img folder

This section is still under construction.

Images inside the assets/img folder are processed by Webpack and can be imported into your components. Differently from the public directory its path can't be accessed directly in the browser, so you need to use a path alias like @assets/img to access them.