No description
  • TypeScript 48.7%
  • Vue 46.1%
  • CSS 4.8%
  • JavaScript 0.4%
Find a file
2026-06-30 23:35:55 +02:00
app Use explicit import 2026-06-30 23:35:55 +02:00
i18n/locales Refactore and add map 2026-06-15 23:34:49 +02:00
public Typing and setup base voyage page 2025-09-27 04:05:48 +02:00
test/utils Refactore and add map 2026-06-15 23:34:49 +02:00
.gitignore Init nuxt project 2025-08-27 23:41:22 +02:00
.prettierrc Typing and setup base voyage page 2025-09-27 04:05:48 +02:00
CLAUDE.md Event listing 2026-06-10 00:56:44 +02:00
eslint.config.mjs Use explicit import 2026-06-30 23:35:55 +02:00
nuxt.config.ts Use explicit import 2026-06-30 23:35:55 +02:00
package-lock.json Refactore and add map 2026-06-15 23:34:49 +02:00
package.json Refactore and add map 2026-06-15 23:34:49 +02:00
README.md Init nuxt project 2025-08-27 23:41:22 +02:00
tsconfig.json Init nuxt project 2025-08-27 23:41:22 +02:00
vitest.config.ts refactore 2026-06-10 23:37:21 +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.