Skip to content

redlink2/redlink2nuxt

Repository files navigation

Hello Edge

A minimal Nuxt starter deployed on the Edge using NuxtHub.

https://hello.nuxt.dev

Hello World template for NuxtHub

Features

  • Server-Side rendering on Cloudflare Workers
  • ESLint setup
  • Ready to add a database, blob and KV storage
  • One click deploy on 275+ locations for free

Setup

Make sure to install the dependencies with Yarn:

yarn install

You can update the main text displayed by creating a .env:

NUXT_PUBLIC_HELLO_TEXT="Hello my world!"

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Deploy

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

npx nuxthub deploy

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

You can also deploy using Cloudflare Pages CI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published