hartmut-co-uk / nuxt-on-the-edge

Home Page:nuxt-on-the-edge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt on The Edge

Inspired from sveltekit-on-the-edge and react-on-the-edge. It uses Nuxt 3 and Nitro to deploy Vue based SSR on the edge.

Online Demo: https://nuxt-on-the-edge.vercel.app

Setup

Enable corepack:

npx corepack enable

Make sure to install the dependencies:

yarn install

Development

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

yarn dev

Production

The easiest way to deploy your app is to link the repo to your Vercel account. Alternatively, you can create a production build locally using yarn build.

Checkout the deployment documentation for more information.

About

nuxt-on-the-edge.vercel.app


Languages

Language:Vue 97.2%Language:TypeScript 2.8%