Skip to content

allanasp/storyblok-nuxt-ultimate-template

 
 

Repository files navigation

The Storyblok Nuxt Ultimate Template

Based on a https://github.com/storyblok/nuxt-ultimate-tutorial and combines the recommandations from storyblok and my own suggestions. Used as a way to debug storyblok issues in nuxt3.

The template is deployed to netlify here: https://storyblok-nuxt-ultimate-template.netlify.app/

Changes from nuxt-ultimate-tutorial:

Vscode

Recommended extensions:

Unrecommended extensions:

  • octref.vetur - Not recommended for Typescript
  • vscode.typescript-language-features - Built in support typescript support not recommended when using volar

Setting up the Storyblok Space

Either use the create your own copy link from storyblok/nuxt-ultimate-tutorial or you can use the storyblok cli.

How to set up storyblok-nuxt-ultimate-template with Storyblok CLI:

  1. Login to Storyblok CLI in your command line while in the project directory (make sure you have run yarn install first) - yarn storyblok login image
  2. Create a new Storyblok Space - yarn storyblok quickstart image
  3. Grab your new storyblok space id - yarn storyblok spaces
  4. Push the nuxt-ultimate-tutorial components to your new Storyblok space - yarn storyblok push-components --space {your-space-id} storyblok/components.json
  5. Remove all the components that does not belong to nuxt-ultimate-tutorial - yarn storyblok delete-components storyblok/components.json --space {your-space-id} --reverse
  6. ???
  7. You are now ready to create content in Storyblok

About

Nuxt3 template for storyblok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.0%
  • TypeScript 40.8%
  • JavaScript 10.1%
  • CSS 1.1%