Closed genu closed 3 months ago
Hi @genu, yes that is correct, the @nuxtjs/seo
module wraps all the other modules. It just reduces some of the boilerplate needed to use all the modules and adds in some extra minor features.
Nuxt SEO will always use the latest of all module versions and is compatible with Nuxt 3 and 4.
I hope to make this distinction more obvious and make the versioning easier soon with a stable v2 release, just working through the last remaining risky changes.
Thanks @harlan-zw.
If if starting out now, I would install pnpm i -D @nuxtjs/seo
?
Yup 👍
Great thx! 🙏
Details
Hey @harlan-zw, thanks for your work on this. I really appreciate your dedication to the project.
I'd like to integrate this module in a new project, but I'm not exactly sure about where to start. Its not clear if I should install the main module RC
@nuxtjs/seo
. Does that include all the other modules? Does it include the latest of those modules (betas/rc, etc)?What should I be installing right now if I'm staring a new nuxt 3/4 project?