Azure Static Web Apps allows you to easily build Nuxt 3 apps in minutes. Use this repo with the Nuxt 3 tutorial to build a new server-rendered site.
Check out the following to learn more:
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start Nuxt.js app in development on https://localhost:3000:
npm run dev -- -o
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.