Command Palette

Search for a command to run...

vercel_init

Initialize Vercel framework examples locally

Syntax
vercel init [framework] [directory-name]
Options
Available flags and parameters for this command
--force / -f

Replace existing directory

Examples
Common usage examples
vercel init
vercel init nextjs
vercel init gatsby my-project --force
Use Cases
When to use this command
  • Scaffold new projects
  • Create framework examples
  • Quick project setup