modules
modules copied to clipboard
feat: add `nuxt-auto-import`
๐ Linked issue
resolves #1109
โ Type of change
- [ ] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to 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! โค๏ธ
Please approve the workflow ๐. Or am I doing something wrong? Can you please tell me?