Anonymous View
0.1.0-5 • Published 4 years ago

@farnabaz/studio v0.1.0-5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

Nuxt Studio

A new experience to build content-driven website with Nuxt.

Features

  • 👌  Zero configuration to start, works with any Nuxt 3 project
  • 🪄  Write your Content with our Notion-like editor, powered by Milkdown
  • 🎨  Edit your Design tokens with generated forms
  • ⚙️  Define your project options
  • 🚀  Works both in development and production with live preview

Installation

yarn add --dev @nuxthq/studio

Then, register the module in your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    '@nuxthq/studio'
  ]
})

If you want latest updates, please use @nuxthq/studio-edge in your package.json:

{
  "devDependencies": {
    "@nuxthq/studio": "npm:@nuxthq/studio-edge@latest"
  }
}

Usage

The module will expose the Studio UI in development on /_studio/.

Development

In this directory:

To develop the Nuxt Studio UI in your project, install @nuxthq/studio on your project and run nuxi dev in your project instead of yarn play.

License

  • Define license

Copyright (c) NuxtLabs

0.1.0-5

4 years ago

0.1.0-4

4 years ago

0.1.0-3

4 years ago

0.1.0-2

4 years ago

0.1.0-1

4 years ago

0.1.0

4 years ago