Skip to content
/ landing Public template

Nuxt Landing Template made with Nuxt UI Pro.

Notifications You must be signed in to change notification settings

nuxt-ui-pro/landing

Repository files navigation

Nuxt Landing Template

Nuxt UI Pro Deploy to NuxtHub

This template lets you build a landing page with Nuxt UI Pro quickly.

Nuxt Landing Template

Quick Start

npx nuxi init -t github:nuxt-ui-pro/landing

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.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.