An open API service indexing awesome lists of open source software.

https://github.com/nuxt-ui-pro/landing

Nuxt Landing Template made with Nuxt UI Pro.
https://github.com/nuxt-ui-pro/landing

landing landing-page nuxt nuxt-template nuxt-ui nuxt-ui-pro ui vue

Last synced: 6 months ago
JSON representation

Nuxt Landing Template made with Nuxt UI Pro.

Awesome Lists containing this project

README

          

![nuxt-ui-landing-social-card](https://github.com/user-attachments/assets/299676e9-b798-42b2-85bf-f8eb606993a2)

# Nuxt UI Pro - Landing template

This template lets you build a landing page with [Nuxt UI Pro](https://ui.nuxt.com/pro) quickly.

[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com/pro)

- [Live demo](https://landing-template.nuxt.dev/)
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/nuxt)

[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/landing)

## Quick Start

```bash [Terminal]
npx nuxi init -t github:nuxt-ui-pro/landing
```

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

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

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## Renovate integration

Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.