/nuxt-app

testing the newest nuxt3 app

Primary LanguageVue

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Install pnpm

If you don't have pnpm yet, install it via brew (on Mac).

Setup

Make sure to install the dependencies:

# pnpm
pnpm install --shamefully-hoist

Add

Add new packages with this command:

pnpm add <npm-package-name>

Generate package-lock.json

npm i --package-lock-only

Development Server

Start the development server on http://localhost:3000

sh run.sh

// or

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Checkout the deployment documentation for more information.