nuxt/nuxt

Add hints for Nuxt/Vite internals in the docs

Aberta

#29.103 aberto em 21 de set. de 2024

 (0 comentário) (3 reações) (0 responsável)TypeScript (5.607 forks)batch import
good first issue📚 documentation

Métricas do repositório

Stars
 (60.221 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 7h) (114 fundiu PRs em 30d)

Description

Describe the feature

There are a lot of Nuxt/Vite/webpack internals that should be covered in the docs when adding external dependencies like Vite plugins and local modules (also for module authors):

  • adding Nuxt/Vite virtual modules (alias, transpile...): maybe just adding more context
  • using Nuxt imports: transform include/exclude...
  • cover transpile, optimize deps, exclude, include (Nuxt/Vite): when a dependency should be transpiled, included or excluded to/from Vite dependencies optimizations
  • using Nitro event handlers

(Some entries already covered partially in ESM entry)

/cc @BobbieGoede @danielroe

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

Guia do colaborador