Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 690 Bytes

Nuxt

Setup

Make sure to install the dependencies with pnpm:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Deploy

Deploy the application on the Edge with NuxtHub on your Cloudflare account:

npx nuxthub deploy

Then checkout your server logs, analaytics and more in the NuxtHub Admin.

You can also deploy using Cloudflare Pages CI.