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

https://github.com/nuxt-ui-templates/starter

Nuxt UI Pro minimal starter.
https://github.com/nuxt-ui-templates/starter

nuxt nuxt-ui nuxt-ui-pro template vue

Last synced: 4 months ago
JSON representation

Nuxt UI Pro minimal starter.

Awesome Lists containing this project

README

          

# Nuxt Starter Template

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

Use this template to get started with [Nuxt UI](https://ui.nuxt.com) quickly.

- [Live demo](https://starter-template.nuxt.dev/)
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/nuxt)





Nuxt Starter Template

## Quick Start

```bash [Terminal]
npm create nuxt@latest -- -t github:nuxt-ui-templates/starter
```

## Deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fstarter)

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```

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