harlan-zw / nuxt-seo

The complete SEO solution for Nuxt.
https://nuxtseo.com
MIT License
1.08k stars 70 forks source link

Recommended starting point and Module/version fatigue #291

Closed genu closed 3 months ago

genu commented 3 months ago

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?

harlan-zw commented 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.

genu commented 3 months ago

Thanks @harlan-zw.

If if starting out now, I would install pnpm i -D @nuxtjs/seo?

harlan-zw commented 3 months ago

Yup 👍

genu commented 3 months ago

Great thx! 🙏