This directory is a brief example of a UmiJS app that can be deployed to Vercel with zero configuration.
Deploy your own UmiJS project with Vercel.
Live Example: https://umijs-template.vercel.app
To get started with UmiJS deployed with Vercel, you can use the Umi CLI to initialize the project:
$ yarn create umi app-name
To run the app:
- yarn install
- yarn run start
- Git: git add . && git commit -m "C" --no-verify && git push origin main
- Vercel: vercel --prod (this step is not required)