Skip to content

brillout/vike-with-vercel

Repository files navigation

See vike.dev/vercel.

How to deploy:

  1. Fork this repository.
  2. Log in to your Vercel account (or create one).
  3. Add your fork on Vercel's dashbaord with following settings:
    • FRAMEWORK PRESET should be Vite. (Vercel should automatically detect Vite; just make sure it's already set.)
    • Modify Build and Output Settings > OUTPUT DIRECTORY from dist to dist/client.

That's it, your fork is now deployed on Vercel (it should look like vike-demo.vercel.app). It's continuously deployed: if you commit and push a change to your fork, then Vercel automatically re-deploys your app.

Integration points:

👉 Vercel runs your API Route api/ssr.js as a serverless function, for more information see Vercel Docs > Serverless Functions > Deploying.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published