Introduction to Nuxt 3 modules

Introduction to Nuxt 3 modules

Nuxt 3 beta dropped few months ago and with it, several modules have been updated to work well with a new Nuxt 3 architecture. For the previous version of Nuxt (also the most stable right now), we had a repository template for building new Nuxt 2 modules with it. These modules could be then released as NPM packages and easy downloaded for the users to provide useful functionality like PWA, i18n, Google Analytics and many more that you can check here. As there is no Nuxt 3 module template repository nor an article how to create one, I thought it would be a good idea to create one.

[…]