Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barbapapazes/cub-ia

Website - A company template built using Nuxt UI
https://github.com/barbapapazes/cub-ia

nuxt nuxt-content nuxt-template nuxt-ui nuxt-ui-pro template vue website

Last synced: 16 days ago
JSON representation

Website - A company template built using Nuxt UI

Awesome Lists containing this project

README

        

# Starter Nuxt UI Pro

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

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

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

```bash
pnpm run dev
```

## Production

In order to build the application for production, you need to have a [Nuxt UI Pro](https://ui.nuxt.com/pro) license and set the `NUXT_UI_PRO_LICENSE` variable in the `.env` file.

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```