Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.32 KB

@nx-extend/vercel

@nx-extend/vercel NPM package

Nx plugin for deploy your app to Vercel.

Setup

Install

npm install -D @nx-extend/vercel

Usage

Build

Available options:

name type default description
--projectId string `` Project ID of Vercel
--orgId string `` Organisation ID of Vercel
--debug boolean false Run Vercel in debug mode

Deploy

Available options:

name type default description
--debug boolean false Run Vercel in debug mode

How to create a Vercel project through the CLI

To create a new Vercel project run the following commands:

# Make sure you are in the right org
npx vercel teams list
# If needed, switch to correct team
npx vercel teams switch <team-id>
# Create the project
npx vercel project add <my-project>
# Go to the Vercel dashboard, <my-project> > settings > Project ID