2025-12-18 12:18:57 +01:00
2025-03-23 15:20:42 +01:00
2025-12-16 16:23:12 +01:00
2025-12-16 16:23:12 +01:00
2025-11-30 13:37:19 +01:00
2025-11-30 13:37:19 +01:00
2025-11-30 13:37:19 +01:00
2025-12-18 12:18:57 +01:00
2025-11-30 13:37:19 +01:00
2024-12-01 13:44:55 +01:00
2025-12-09 08:28:41 +01:00
2024-04-07 22:25:16 +02:00
2024-04-08 15:42:05 +02:00
2024-04-07 22:25:16 +02:00
2024-04-07 22:25:16 +02:00
2024-08-23 12:09:35 +02:00
2025-09-07 19:04:39 +02:00
2025-11-09 18:38:31 +01:00
2025-11-09 15:48:30 +01:00
2025-09-13 17:14:50 +02:00
2025-11-09 15:37:37 +01:00
2025-12-16 16:28:10 +01:00
2024-04-07 22:25:16 +02:00
2025-03-24 11:54:56 +01:00
2024-04-07 22:25:16 +02:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Description
No description provided
https://fedeo.de
Readme 9.8 MiB
Languages
Vue 50.9%
TypeScript 40.1%
JavaScript 8.9%