Go to file
Julio Ruiz 2064927015 Adding pnpm lock file into project for coolify 2026-05-11 13:35:03 -05:00
app add tab favorites 2026-05-10 15:14:15 -03:00
lang Fixing language usage for app. 2026-05-10 12:02:47 -05:00
public Adding correct icons 2026-05-10 09:27:18 -05:00
.gitignore Adding initial commit 2026-05-07 00:11:28 -05:00
LICENSE Adding initial commit 2026-05-07 00:11:28 -05:00
README.md Adding initial commit 2026-05-07 00:11:28 -05:00
eslint.config.mjs Adding initial commit 2026-05-07 00:11:28 -05:00
nuxt.config.ts Merge branch 'main' of https://gitea.carpa.com/LGCC/search 2026-05-10 14:57:31 -03:00
package-lock.json Removed pnpm reference for coolify build test 2026-05-11 13:31:40 -05:00
package.json Removed pnpm reference for coolify build test 2026-05-11 13:31:40 -05:00
pnpm-lock.yaml Adding pnpm lock file into project for coolify 2026-05-11 13:35:03 -05:00
renovate.json Adding initial commit 2026-05-07 00:11:28 -05:00
tsconfig.json Adding initial commit 2026-05-07 00:11:28 -05:00

README.md

Nuxt Dashboard Template

Nuxt UI

Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.

Nuxt Dashboard Template

The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.

Quick Start

npm create nuxt@latest -- -t ui/dashboard

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.