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-hoistStart Nuxt.js app in development on http://localhost:3000:
npm run dev -- -o Build the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.