Vue Starter Template

March 10, 2026 ยท View on GitHub

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Vue Starter Template

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

Quick Start

npm create nuxt@latest -- --no-modules -t ui-vue

Deploy your own

Deploy with Vercel

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