Vue based SSR on the edge, powered by Nuxt 3, Nitro, and Vercel Edge Functions.
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
Enable corepack:
npx corepack enable
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm dev
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 pnpm build
.
Checkout the deployment documentation for more information.
Vue based SSR on the edge, powered by Nuxt 3, Nitro, and Vercel Edge Functions.
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
Enable corepack:
npx corepack enable
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm dev
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 pnpm build
.
Checkout the deployment documentation for more information.