@nx-extend/vercel
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nx-extend/vercel

Weekly Downloads

59

Version

8.0.0

License

MIT

Unpacked Size

45.3 kB

Total Files

47

Last publish

Collaborators

  • tripss