Nx plugin for deploy your app to Vercel.
npm install -D @nx-extend/vercel
name | type | default | description |
---|---|---|---|
--projectId |
string |
`` | Project ID of Vercel |
--orgId |
string |
`` | Organisation ID of Vercel |
--debug |
boolean |
false |
Run Vercel in debug mode |
name | type | default | description |
---|---|---|---|
--debug |
boolean |
false |
Run Vercel in debug mode |
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