JSPM

now

20.0.0-canary.25
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13852
  • Score
    100M100P100Q29353F
  • License Apache-2.0

The command-line interface for Vercel

Package Exports

  • now/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (now) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vercel

Develop. Preview. Ship.

Join the community on GitHub Discussions

Usage

Vercel is the optimal workflow for frontend teams. All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

To install the latest version of Vercel CLI, visit vercel.com/download or run this command:

npm i -g vercel

To quickly start a new project, run the following commands:

vercel init     # Pick an example project
cd <PROJECT>    # Change directory to the new project
vercel          # Deploy to the cloud

Documentation

For details on how to use Vercel CLI, check out our documentation.