Assets
The application bundles assets, i.e., files like images, CSS, PDFs, etc.
#
Web ApplicationThe src/webapp/assets folder contains these static files. The Nuxt.js server serves them to the users.
For instance, if you want to display an image to your users:
Vue component <template> block
Vue component <script> block
#
APIThe src/api/assets folder contains static files, mostly for the emails. The Apache server from the Docker image serves them to the users.