mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
22 lines
735 B
Markdown
22 lines
735 B
Markdown

|
|
|
|
# UmiJS Example
|
|
|
|
This directory is a brief example of a [UmiJS](https://umijs.org/) app that can be deployed to Vercel with zero configuration.
|
|
|
|
## Deploy Your Own
|
|
|
|
Deploy your own UmiJS project with Vercel.
|
|
|
|
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/umijs&template=umijs)
|
|
|
|
_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](https://github.com/umijs/create-umi) to initialize the project:
|
|
|
|
```shell
|
|
$ yarn create umi app-name
|
|
```
|