Deployed on Vercel

Hello, Vercel!!!

这是一个走通研发部署全流程的示例页面

1

编写代码

在本地创建项目文件,可以是静态 HTMLNext.jsNuxtVite 等任意框架。

2

初始化 Git 仓库

将代码提交到 Git,推送到 GitHub / GitLab / Bitbucket 任意一个托管平台。

git init && git add . && git commit -m "init" 

3

安装 Vercel CLI

全局安装 Vercel 命令行工具,用于本地调试与一键部署。

npm i -g vercel 

4

部署上线

在项目根目录执行部署命令,Vercel 自动构建并分配唯一预览 URL

vercel --prod 

5

持续交付

连接 Git 仓库后,每次 push 代码自动触发重新部署,PR 自动生成 Preview 环境。


部署成功 · Production 环境运行中

Built with <3 · Vercel Docs