vite-plugin-vercel
See original GitHub issuevite-plugin-ssr already supports Vercel https://vite-plugin-ssr.com/vercel but it would be lovely to have a vite-plugin-vercel
so that the entire Vite ecosystem can benefit.
Discussoin about this: https://discord.com/channels/815937377888632913/815937377888632916/915547793987350548
I’ve secured the npm package and I’m happy to give it away.
Issue Analytics
- State:
- Created 2 years ago
- Comments:46 (45 by maintainers)
Top Results From Across the Web
magne4000/vite-plugin-vercel - GitHub
This is a Work In Progress Vercel adapter for vite . Its purpose is to help you bundle your application in .vercel folder...
Read more >Vercel - vite-plugin-ssr
vite -plugin-vercel enables zero-configuration support for all Vercel features, including Incremental Static Regeneration (ISR) and Edge Middleware. If we pre- ...
Read more >vite-vercel - npm
Start using vite-vercel in your project by running `npm i vite-vercel`. There are no other projects in the npm registry using vite-vercel.
Read more >Deploying a Static Site - Vite
- To deploy, `cd vite` and run `vercel`. Vercel for Git #. Push your code to your git repository (GitHub, GitLab, Bitbucket).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes. Ideally, and I think it’s possible, everything would just work without the user having to do anything.
I agree. For the current prototyping phase, if you want for the sake of dev speed, we can store this prerender function at
vite-plugin-vercel
.The thin wrapper around vps’s
prerender
CLI would provide page-specific configs, so that the user can do this:@cyco130 is actually working on that (https://github.com/hattipjs/hattip — there isn’t any documentation yet).