Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barbapapazes/cub-ia
- Owner: Barbapapazes
- License: mit
- Created: 2023-12-07T15:31:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:17:14.000Z (20 days ago)
- Last Synced: 2024-10-26T05:33:54.374Z (18 days ago)
- Topics: nuxt, nuxt-content, nuxt-template, nuxt-ui, nuxt-ui-pro, template, vue, website
- Language: Vue
- Homepage: https://cub-ia.barbapapazes.dev/
- Size: 909 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```