Skip to content
/ starter Public template

Full-stack application running on Cloudflare Pages, with zero configuration. Support D1, R2 and KV storages.

Notifications You must be signed in to change notification settings

nuxt-hub/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 18, 2025
0a7359b · Jan 18, 2025

History

51 Commits
Jun 28, 2024
Feb 28, 2024
Nov 18, 2024
Feb 28, 2024
Oct 14, 2024
Feb 28, 2024
Jun 28, 2024
Apr 16, 2024
Jul 30, 2024
Jan 18, 2025
Jan 18, 2025
Mar 22, 2024
Feb 28, 2024

Repository files navigation

NuxtHub Starter Template

This starter lets you get started with NuxtHub in seconds.

Features

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

Check out the deployment documentation for more information.

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.