A new experience to build content-driven website with Nuxt.
- 👌 Zero configuration to start, works with any Nuxt 3 project
- 🎨 Edit your Pinceau tokens with generated forms
- ⚙️ Define your project options
- 🚀 Works in production with live preview
yarn add --dev @nuxthq/studioThen, register the module in your nuxt.config.ts:
export default defineNuxtConfig({
modules: [
'@nuxthq/studio'
]
})By default the Studio API is https://api.nuxt.studio. If you want to customise it, you can set the STUDIO_API environement variable.
# .env
STUDIO_API=https://dev-api.nuxt.studio- Run
yarn installto install dependencies. - Run
yarn devto start the dev server usingplayground/as the project. - Visit http://localhost:3100/
Copyright (c) NuxtLabs