Skip to content

nuxt-ui-pro/starter-vue

Repository files navigation

Vue Starter Template

Nuxt UI Pro

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

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview