This is a Nuxt3 Starter Kit for Storyblok with Vite, Vue3, TypeScript, Pug, SCSS and TailwindCSS!
For more info:
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistCreate .env file and set storyblok's API token:
touch .env
open .envSTORYBLOK_TOKEN=....Setup Navigation menu https://www.storyblok.com/tp/create-dynamic-menus-in-storyblok-and-nuxt
Start the development server on http://localhost:3000
- Editor: http://localhost:3000/editor.html
- Tailwind Viewer: http://localhost:3000/_tailwind
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.