An open API service indexing awesome lists of open source software.

https://github.com/serhii-chernenko/devdays24-nuxt3-layers

Useful links attached to the presentation
https://github.com/serhii-chernenko/devdays24-nuxt3-layers

architecture layers nuxt nuxt3

Last synced: 11 months ago
JSON representation

Useful links attached to the presentation

Awesome Lists containing this project

README

          

# Devdays live ‘24

## Nuxt 3 Layers: The Key to Smarter Architecture

- Nuxt 3 Basics:
- [Layers](https://nuxt.com/docs/getting-started/layers)
- Nuxt 3 Concepts
- [Auto Imports](https://nuxt.com/docs/guide/concepts/auto-imports)
- [Modules](https://nuxt.com/docs/guide/concepts/modules)
- [Server engine](https://nuxt.com/docs/guide/concepts/server-engine)
- Nuxt 3 Structure:
- [Server](https://nuxt.com/docs/guide/directory-structure/server)
- [nuxt.config.ts](https://nuxt.com/docs/guide/directory-structure/nuxt-config)
- Nuxt 3 Guides:
- [Module Author Guide](https://nuxt.com/docs/guide/going-further/modules)
- [Authoring Nuxt Layers](https://nuxt.com/docs/guide/going-further/layers)
- Nuxt 3 Issues:
- [Multi-app support](https://github.com/nuxt/nuxt/issues/21635)