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.
- Host: GitHub
- URL: https://github.com/nuxt-ui-pro/landing
- Owner: nuxt-ui-pro
- Created: 2023-10-06T09:20:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T19:32:01.000Z (6 months ago)
- Last Synced: 2025-05-09T20:31:09.440Z (6 months ago)
- Topics: landing, landing-page, nuxt, nuxt-template, nuxt-ui, nuxt-ui-pro, ui, vue
- Language: Vue
- Homepage: https://landing-template.nuxt.dev
- Size: 8.72 MB
- Stars: 309
- Watchers: 5
- Forks: 92
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nuxt - Nuxt Landing Template
README

# Nuxt UI Pro - Landing template
This template lets you build a landing page with [Nuxt UI Pro](https://ui.nuxt.com/pro) quickly.
[](https://ui.nuxt.com/pro)
- [Live demo](https://landing-template.nuxt.dev/)
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/nuxt)
[](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.