nuxt/nuxt

Add hints for Nuxt/Vite internals in the docs

Open

#29.103 geöffnet am 21. Sept. 2024

Auf GitHub ansehen
 (0 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (60.221 Stars) (5.607 Forks)batch import
good first issue📚 documentation

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