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
- Host: GitHub
- URL: https://github.com/serhii-chernenko/devdays24-nuxt3-layers
- Owner: serhii-chernenko
- Created: 2024-11-29T10:53:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T10:56:37.000Z (over 1 year ago)
- Last Synced: 2025-01-28T04:24:16.275Z (over 1 year ago)
- Topics: architecture, layers, nuxt, nuxt3
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)