Skip to content
/ landing Public template

A landing page template made with Vue & Nuxt UI Pro.

Notifications You must be signed in to change notification settings

nuxt-ui-pro/landing

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2025
Jun 24, 2024
Jun 24, 2024
Feb 22, 2024
Nov 7, 2023
Nov 22, 2023
Nov 7, 2023
Oct 6, 2023
Nov 7, 2023
Oct 2, 2024
Apr 25, 2024
Dec 28, 2024
Feb 18, 2025
Feb 18, 2025
Jan 25, 2025
Mar 4, 2024
Oct 6, 2023

Repository files navigation

nuxt-ui-landing-social-card

Nuxt UI Pro - Landing template

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

Nuxt UI Pro

Deploy to NuxtHub

nuxt-ui-pro-landing-template.mp4

Quick Start

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

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Renovate integration

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