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 69f877a0dc
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 10s
remove pnpm-lock
2026-05-13 00:03:12 +02:00
.github/workflows ci: use debian 2026-05-12 22:24:38 +02:00
app feat: handle 404s 2026-05-12 23:54:59 +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 feat: handle 404s 2026-05-12 23:54:59 +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.