Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.11 KB

Websites

Configuration Steps

  1. Create .env file
  2. Add the token from Storyblok like STORYBLOK_TOKEN=this_is_my_token
  3. Your Nuxt.js project can be started and will consume data from your Storyblok Space.

For more advanced article on how to build multilanguage website with Storyblok and Nuxt.js, check our The Complete Guide to Build a Full Blown Multilanguage Website with Nuxt.js.

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate

Tailwind

You will find your tailwind config viewer at http://localhost:3000/_tailwind/

Inspiration