Skip to content

nuxt-ui-templates/starter-vue

Repository files navigation

Vue Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Vue Starter Template

Quick Start

npx giget@latest gh:nuxt-ui-templates/starter-vue my-vue-starter

Once the directory is created, you can install the dependencies and start the development server using the npm run dev command.

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