nuxt/components
Module to scan and auto import components for Nuxt 2.13+ Automatically scan components/ directory No need to manually import components anymore Multiple paths with customizable prefixes and lookup/ignore patterns Lazy loading (Async components) Production code-splitting optimization (loader) Hot reloading Module integration (library authors) Fully tested Set the components option in nuxt.config: Note: If using nuxt 2.10...2.13, you have to also manually install and add @nuxt/components to buildModules inside nuxt.config.
https://github.com/nuxt/components