Vercel

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

Github stars Tracking Chart

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

以下内容已弃用。

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

用法

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

npm i -g now

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

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

文档

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

如何创建发布

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

Overview

Name With Ownervercel/vercel
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 16)
PlatformLinux, Mac, Windows
License:Apache License 2.0
Release Count5998
Last Release Namevercel@34.1.4 (Posted on 2024-04-29 15:31:38)
First Release Name0.9.0 (Posted on 2016-03-03 16:25:23)
Created At2016-09-09 01:12:08
Pushed At2024-04-29 18:21:22
Last Commit At
Stargazers Count12.2k
Watchers Count185
Fork Count2.1k
Commits Count8.5k
Has Issues Enabled
Issues Count2301
Issue Open Count264
Pull Requests Count4499
Pull Requests Open Count83
Pull Requests Close Count860
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top