No description
  • Vue 78.1%
  • TypeScript 19.5%
  • Nix 1.5%
  • JavaScript 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-12 11:19:16 +02:00
app cluster selection 2026-07-12 11:19:16 +02:00
public Use pinia 2026-07-06 19:49:28 +02:00
.envrc initial commit 2026-07-04 16:40:34 +02:00
.gitattributes feat: select route 2026-07-04 23:18:17 +02:00
.gitignore initial commit 2026-07-04 16:40:34 +02:00
eslint.config.mjs initial commit 2026-07-04 16:40:34 +02:00
FINDINGS.md wip 2026-07-07 21:06:04 +02:00
nuxt.config.ts cluster selection 2026-07-12 11:19:16 +02:00
package-lock.json wip: use pinia 2026-07-05 16:25:54 +02:00
package.json wip: use pinia 2026-07-05 16:25:54 +02:00
README.md initial commit 2026-07-04 16:40:34 +02:00
shell.nix initial commit 2026-07-04 16:40:34 +02:00
tsconfig.json initial commit 2026-07-04 16:40:34 +02:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.