https://github.com/barbapapazes/starter-nuxt-ui-pro
An opinionated template to create Nuxt app with UI Pro
https://github.com/barbapapazes/starter-nuxt-ui-pro
nuxt nuxt-ui nuxt-ui-pro starter template vue
Last synced: 3 months ago
JSON representation
An opinionated template to create Nuxt app with UI Pro
- Host: GitHub
- URL: https://github.com/barbapapazes/starter-nuxt-ui-pro
- Owner: Barbapapazes
- License: mit
- Created: 2023-11-12T09:14:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T03:57:39.000Z (3 months ago)
- Last Synced: 2025-04-03T04:28:54.601Z (3 months ago)
- Topics: nuxt, nuxt-ui, nuxt-ui-pro, starter, template, vue
- Language: TypeScript
- Homepage:
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter Nuxt UI Pro
[](https://ui.nuxt.com/pro) [](https://github.com/antfu/eslint-config)
## 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
```