//starter-nuxt-ui-probyBarbapapazes

starter-nuxt-ui-pro

An opinionated template to create Nuxt app with UI Pro

1
0
1
12
TypeScript

Starter Nuxt UI Pro

Nuxt UI Pro code style

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm run dev

Production

In order to build the application for production, you need to have a Nuxt UI Pro license and set the NUXT_UI_PRO_LICENSE variable in the .env file.

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview
[beta]v0.14.0