Vue Starter Template
March 10, 2026 ยท View on GitHub
Use this template to get started with Nuxt UI quickly.
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
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