Vercel

ZEIT Now 的命令行界面。(The command-line interface for Now)

Github星跟蹤圖

Vercel 的前端云提供开发人员体验和基础设施,以构建、扩展和保护更快、更个性化的 Web。

以下内容已弃用。

注意:canary(金丝雀)分支正在大力开发中 -- 稳定的发布分支是 master

用法

要安装最新版本的 Now CLI,请访问 zeit.co/download 或运行以下命令:

npm i -g now

要快速启动新项目,请运行以下命令:

now init        # 选择一个要克隆的示例项目
cd <PROJECT>    # 将目录更改为新创建的项目
now dev         # 在开发期间本地运行
now             # 部署到云

文档

有关如何使用 Now CLI 的详细信息,请查看我们的文档

如何创建发布

如果您具有对此存储库的写入权限,则可以在此处阅读有关如何发布版本的更多信息。

主要指標

概覽
名稱與所有者vercel/vercel
主編程語言TypeScript
編程語言JavaScript (語言數: 17)
平台Linux, Mac, Windows
許可證Apache License 2.0
所有者活动
創建於2016-09-09 01:12:08
推送於2025-07-20 00:20:46
最后一次提交
發布數6793
最新版本名稱vercel@44.5.0 (發布於 2025-07-18 11:31:54)
第一版名稱0.9.0 (發布於 2016-03-03 16:25:23)
用户参与
星數13.9k
關注者數212
派生數2.7k
提交數9.7k
已啟用問題?
問題數2488
打開的問題數173
拉請求數5690
打開的拉請求數90
關閉的拉請求數1364
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

now

CI Status
Join the community on Spectrum

Usage

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 to clone
cd <PROJECT>    # Change directory to the newly created project
now             # Deploy to the cloud

Documentation

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

Caught a Bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install dependencies with yarn install
  3. Compile the code: yarn build
  4. Link the package to the global module directory: yarn link
  5. You can now start using now anywhere inside the command line

As always, you should use yarn test-unit to run the tests and see if your changes have broken anything.

How to Create a Release

If you have write access to this repository, you can read more about how to publish a release here.