Nuxt hook 등 다양한 기능 활용 가능
Nuxt Connection Modules
Nuxt Develop Modules
Official
Modules directory
Discover our list of modules to supercharge your Nuxt project, created by the Nuxt team and community. While developing production-grade applications with Nuxt.js you might find that the framework's core functionality is not enough. Nuxt.js can be extended with configuration options and plugins, but maintaining these customizations across multiple projects is tedious, repetitive and time-consuming.
https://nuxtjs.org/docs/2.x/directory-structure/modules

Examples
20 Nuxt Modules You Can Use to Build Web Apps Faster
The Nuxt community has come up with a lot of handy modules for common features that we always have to implement in a web application. So, here are 20 of my favorite Nuxt modules you should know about if you want to increase your productivity.
https://www.telerik.com/blogs/20-nuxt-modules-with-tips-to-increase-productivity-build-web-apps-faster

Github Official
nuxt-community/community-modules
😍 Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted Add @nuxtjs/toast dependency using yarn or npm to your project Add @nuxtjs/toast to compilerOptions/types section of tsconfig.json to add typescript support [optional] Add @nuxtjs/toast to modules section of nuxt.config.js If you need material icons, you have to manually install material-design-icons dependency too.
https://github.com/nuxt-community/community-modules/tree/master/packages/toast

Seonglae Cho