Skip to content

nuxt-ui-pro/starter

Repository files navigation

Nuxt Starter Template

Nuxt UI Pro Deploy to NuxtHub

This Nuxt starter lets you get started with Nuxt UI Pro quickly.

Nuxt Starter Template

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.