..
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00
2025-06-13 13:44:01 +02:00

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3001 with your browser to see the result.

You can start editing the page by modifying app.vue. The page auto-updates as you edit the file.

To create API routes, add an api/ or a routes directory to the server/ directory and create your-file.ts which will contain your api logic. Like server/api/hello.ts would map to http://localhost:3001/api/hello.

See the guide for more details -> directory-structure/server

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

You can easily deploy your Nuxt app by using the Vercel Platform.

Check out our Nuxt deployment documentation for more details.