nuxt/nuxt

Add hints for Nuxt/Vite internals in the docs

Offen

#29.103 geöffnet am 21.09.2024

 (0 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (5.607 Forks)batch import
good first issue📚 documentation

Repository-Metriken

Stars
 (60.221 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 7h) (114 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide