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: 10 months ago
JSON representation
Website - A company template built using Nuxt UI
- Host: GitHub
- URL: https://github.com/barbapapazes/cub-ia
- Owner: Barbapapazes
- License: mit
- Created: 2023-12-07T15:31:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T12:10:30.000Z (10 months ago)
- Last Synced: 2025-09-01T14:22:33.436Z (10 months ago)
- Topics: nuxt, nuxt-content, nuxt-template, nuxt-ui, nuxt-ui-pro, template, vue, website
- Language: Vue
- Homepage: https://cub-ia.barbapapazes.dev/
- Size: 924 KB
- Stars: 6
- 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)
## 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
```