setup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Vercel Setup

Vercel 配置指南

Install CLI

安装CLI

bash
npm install -g vercel
bash
npm install -g vercel

Authenticate

身份验证

bash
vercel login
bash
vercel login

Link Project

关联项目

bash
vercel link
bash
vercel link

Environment Variables

环境变量

bash
vercel env ls
vercel env add <NAME>
bash
vercel env ls
vercel env add <NAME>

Configuration

配置检查

Check for
vercel.json
and
.vercelignore
files.
检查是否存在
vercel.json
.vercelignore
文件。