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
- Read the contribution guide.
- Check existing discussions and issues.