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
Usages
To install the latest version of Now CLI, visit zeit.co/download or run this command:
npm i -g now
To quickly start a new project, run the following commands:
now init # Pick an example project
cd <PROJECT> # Change directory to the new project
now # Deploy to the cloud
Documentation
For details on how to use Now CLI, check out our documentation.