DEV Community

Discussion on: Using Modules and Pinia to structure Nuxt 3 app

Collapse
 
cthulhudev profile image
CthulhuDev

Great article!
Modules in nuxt3 are so cool.
It would be great to explore how to divide a complex application (let's say, an ecommerce JAMStack webapp) into handy submodules.

Just a quick thing: I think buildModules in nuxt config is going to be discouraged in nuxt3 since every module is now a build module. Am I correct?

Collapse
 
jacobandrewsky profile image
Jakub Andrzejewski

Yes you are right. From now on, you can use normal modules instead.

I am waiting for the release of Nuxt 3 with RC version that will support SSG. When it will be available, then I will make such an article :)

Collapse
 
cthulhudev profile image
CthulhuDev

It's already available since some hours ago ❤️