deploy

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Deploy to Vercel

部署至Vercel

Prerequisites Check

前置条件检查

bash
vercel --version
vercel whoami
If not installed:
npm install -g vercel
If not logged in:
vercel login
bash
vercel --version
vercel whoami
若未安装:
npm install -g vercel
若未登录:
vercel login

Deployment

部署步骤

Production:
bash
vercel --prod
Preview:
bash
vercel
生产环境部署:
bash
vercel --prod
预览部署:
bash
vercel

After Deployment

部署完成后

  • Display the deployment URL
  • Show build status
  • Mention
    vercel logs <url>
    for debugging if needed
  • 展示部署URL
  • 显示构建状态
  • 若需要调试,可提及使用
    vercel logs <url>
    命令