Can you use a module's original source code in your app?
I mean can you use a nuxt module's original source code in your app's /modules directory without building?
3 Replies
like instead of using playground and develop, you develop modules in your nuxt app
Nuxt
modules/ · Nuxt Directory Structure
Use the modules/ directory to automatically register local modules within your application.
thanks for that, there's a lot to read on the docs