2025-07-31 20:38:38 +02:00
2025-03-23 15:20:42 +01:00
2025-06-26 11:37:51 +02:00
2025-04-21 13:40:07 +02:00
2025-06-03 16:35:30 +02:00
2025-04-01 16:17:28 +02:00
2025-07-31 20:38:38 +02:00
2024-08-25 20:45:52 +02:00
2024-12-01 13:44:55 +01:00
2025-07-22 17:46:00 +02: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-06-26 11:31:16 +02:00
2025-04-14 18:56:44 +02:00
2024-04-07 22:25:16 +02:00
2024-04-07 22:25:16 +02:00
2025-05-31 20:10:49 +02:00
2025-04-22 14:47:06 +02:00
2025-05-31 20:10:49 +02: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%