New SDK naming for Nuxt 2 and Nuxt 3

Manuel Schröder - May 23 '22 - - Dev Community

New SDK naming for Nuxt 2 and Nuxt 3

We have updated the naming of our Nuxt SDK npm packages! Since Nuxt 3 is currently in RC stage and will become the new default very soon, the default package for Nuxt 3 is now @storyblok/nuxt. The package for Nuxt 2 is now @storyblok/nuxt-2.

Depending on which you want to use, you would npm install:

  • @storyblok/nuxt-2 for Nuxt 2

  • @storyblok/nuxt for Nuxt 3

All of the SDK demos and getting-started repositories have been updated to reflect these changes. Expect more tutorial content for Nuxt 3 from our side over the next few weeks.

We would like to apologize for the recent naming changes and are aware of the confusion this has created among the Vue and Nuxt communities respectively. No more changes are to be expected anytime soon. Thank you very much for your understanding, your feedback, and your patience.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .