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
redbinder0526 21cbe1c41f
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 32s
Merge pull request 'chore(deps): lock file maintenance' (#5) from renovate/lock-file-maintenance into master
Reviewed-on: #5
2026-05-13 10:19:33 +02:00
.github/workflows chore(deps): update oven-sh/setup-bun action to v2 2026-05-13 03:48:32 +02:00
app feat: use octicon instead of manually importing 2026-05-13 03:46:50 +02:00
public feat: use octicon instead of manually importing 2026-05-13 03:46:50 +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 Merge pull request 'chore(deps): lock file maintenance' (#5) from renovate/lock-file-maintenance into master 2026-05-13 10:19:33 +02:00
CODE_OF_CONDUCT.md add MD files 2026-05-13 03:53:22 +02:00
eslint.config.mjs initial commit 2026-05-12 21:05:12 +02:00
nuxt.config.ts feat: use octicon instead of manually importing 2026-05-13 03:46:50 +02:00
package.json chore(deps): update all non-major dependencies 2026-05-13 02:02:31 +00: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
SECURITY.md add MD files 2026-05-13 03:53:22 +02:00
SUPPORT.md add MD files 2026-05-13 03:53:22 +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.