Official Website for Spacebar
  • Vue 88.8%
  • TypeScript 9.2%
  • CSS 1.7%
  • JavaScript 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
kittentm 90692c8a23
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 35s
ci: fix
2026-05-13 00:13:45 +02:00
.github/workflows ci: use bun instead of pnpm 2026-05-13 00:06:08 +02:00
app ci: fix 2026-05-13 00:13:45 +02:00
public initial commit 2026-05-12 21:05:12 +02:00
.editorconfig initial commit 2026-05-12 21:05:12 +02:00
.gitignore initial commit 2026-05-12 21:05:12 +02:00
bun.lock feat: handle 404s 2026-05-12 23:54:59 +02:00
eslint.config.mjs initial commit 2026-05-12 21:05:12 +02:00
nuxt.config.ts ci: fix 2026-05-13 00:13:45 +02:00
package.json feat: handle 404s 2026-05-12 23:54:59 +02:00
pnpm-workspace.yaml initial commit 2026-05-12 21:05:12 +02:00
README.md initial commit 2026-05-12 21:05:12 +02:00
renovate.json initial commit 2026-05-12 21:05:12 +02:00
tsconfig.json initial commit 2026-05-12 21:05:12 +02:00

Nuxt Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Nuxt Starter Template

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

Quick Start

npm create nuxt@latest -- -t ui

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.