Skip to content

SB Onboarding - Nuxt 3: Scaffolding a Nuxt.js 3 and Storyblok project

License

Notifications You must be signed in to change notification settings

Dawntraoz-Storyblok/sb-onboarding-nuxt3

Repository files navigation

Storyblok & Nuxt 3 tutorial

This is a Nuxt.js 3 and Storyblok project bootstrapped with npx nuxi init and following The Nuxt Ultimate Tutorial.

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Storyblok v2 requires that your website is served via HTTPS. You can follow the instructions in Storyblok's FAQ entry: How to set up SSL in Nuxt 3.

Start the development server on https://localhost:3000

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Locally preview production build:

# yarn
yarn preview

# npm
npm run preview

Checkout the deployment documentation for more information.

About

SB Onboarding - Nuxt 3: Scaffolding a Nuxt.js 3 and Storyblok project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published