@plsr/nuxt-layer-storyblok
v0.0.1-beta
Published
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Downloads
1
Readme
Nuxt 3 Minimal Starter
Look at the Nuxt 3 documentation to learn more.
Deps tested
Deployment targets tested
- https://pages.cloudflare.com/
- https://vercel.com/
Setup
Make sure to install the dependencies:
bun install
Development Server
Start the development server on http://localhost:3000
:
bun run dev
Production
Build the application for production:
bun run build
Locally preview production build:
bun run preview
Check out the deployment documentation for more information.