examples/with-vue-nuxt/apps/docs/README.md
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
To learn more about Next.js, take a look at the following resources:
You can easily deploy your Nuxt app by using the Vercel Platform.
Check out our Nuxt deployment documentation for more details.