enricopolanski
Explore posts from serversWhat are the main differences between a plugin and a module and when should they be used?
allowing the former to inject dependencies and shape your app at build timeBut what is the point of that? the only purposes I see are either hooking into nuxt's own lifecycle or reducing noise/boilerplate in a project (because adding a module in nuxt.config.ts might create less friction than importing plugins in
plugins
folder)11 replies
What are the main differences between a plugin and a module and when should they be used?
@cuebit I am looking into it, because I want to fix some bugs in some modules out there, so I'm trying to have the most comprehensive understanding
11 replies