In Nuxt 3: An app.vue file is added. It’s the main component in your application. Whatever you put in it (CSS, JS, etc.) will be globally available and included in every page. The use of the pages/ directory is optional. You can build your app only with app.vue as a main ...