alexweininger / nuxt-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Basic Starter

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:

  1. nuxt 3 documentation
  2. server-rendered nuxt 3 app on Azure Static Web Apps documentation
  3. nuxt 3 support on Azure Static Web Apps

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start Nuxt.js app in development on http://localhost:3000:

npm run dev -- -o 

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About


Languages

Language:Vue 87.1%Language:TypeScript 12.9%