nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
946 stars 260 forks source link

feat: add auto-import module #1107

Open LorexIQ opened 17 hours ago

LorexIQ commented 17 hours ago

๐Ÿ”— Linked issue

resolves #1106

โ“ Type of change

๐Ÿ“š Description

This module allows you to create and connect controllers that will monitor the specified paths and collect data from the found files, collecting them in a designated way, generating a common type and performing a certain action at the time of mounting the application. All operations take place during the build process, and the functionality itself is similar to auto imports nuxt, only a little cooler (there is an example in README.md).

I hope for our cooperation! โค๏ธ