Hello Nuxt
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
Create a Nuxt Portfolio Website with Content from Storyblok
8 lessons • 56 minNEXT CHAPTER
Deploying and Managing the Site7 lessons • 28 min