JSM DocsMarkdown aus /home/ag/codex

2604_sudo-allow-gateway/frontend/README.md

2604_sudo-allow-gateway/frontend/README

JSM Portal

Nuxt Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

<a href=“https://starter-template.nuxt.dev/” target=“_blank”> <picture> <source media=“(prefers-color-scheme: dark)” srcset=“https://ui.nuxt.com/assets/templates/nuxt/starter-dark.png”> <source media=“(prefers-color-scheme: light)” srcset=“https://ui.nuxt.com/assets/templates/nuxt/starter-light.png”> <img alt=“Nuxt Starter Template” src=“https://ui.nuxt.com/assets/templates/nuxt/starter-light.png” width=“830” height=“466”> </picture> </a>

The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.

Quick Start

npm create nuxt@latest -- -t ui

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.