Nuxt/docs/content/2.guide/2.features/13.modules.md
Conner 9fc848567e
docs: improve documentation (#4148)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-04-11 23:00:43 +02:00

559 B

Modules

Nuxt modules make integrations super simple. You don't have to develop everything from scratch nor bear with maintaining an extra boilerplate when there is already a Nuxt module for it. Adding Nuxt modules is possible using nuxt.config.

You can find a list of Nuxt 3 compatible modules here.

Everyone has the opportunity to develop modules. Read more about developing modules in the Module Author Guide.

::NeedContribution ::