mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
The redwood template was broken because it would use node@18, which is not supported for the version of redwood used in the template. This PR updates that version to be node@16, which does work. While we're at it, I also updated other examples to be at least node@16. I tested deployments of each of these and the all work.
UmiJS Example
This directory is a brief example of a UmiJS app that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own UmiJS project with Vercel.
Live Example: https://umijs-template.vercel.app
How We Created This Example
To get started with UmiJS deployed with Vercel, you can use the Umi CLI to initialize the project:
$ yarn create umi app-name