Skip to content

This is a StoryBlok + Nuxt 3 Starter Kit with Vite, Vue3, TypeScript, Pug, SCSS and TailwindCSS!

Notifications You must be signed in to change notification settings

mtskf/nuxt-storyblok-starter

Repository files navigation

Nuxt3 Storyblok Minimal Starter

This is a Nuxt3 Starter Kit for Storyblok with Vite, Vue3, TypeScript, Pug, SCSS and TailwindCSS!

For more info:

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Create .env file and set storyblok's API token:

touch .env
open .env
STORYBLOK_TOKEN=....

Setup Navigation menu https://www.storyblok.com/tp/create-dynamic-menus-in-storyblok-and-nuxt

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

This is a StoryBlok + Nuxt 3 Starter Kit with Vite, Vue3, TypeScript, Pug, SCSS and TailwindCSS!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published