In this lesson, we create a new project with Nuxt 3 using the official Nuxt CLI tool called nuxi
. This bootstraps everything we need to get started with Nuxt 3.
npx nuxi init jamstack-course
After creating the project, we install the only dependency needed to hook-up storyblock: The official Storyblok Nuxt module.
npm install @storyblok/nuxt