---
id: home
title: "Verdaccio npm proxy private registry"
---
site.title
site.description
## 快速上手
一条命令即可完成安装
```sh
$> npm install --global verdaccio
# or
$> yarn global add verdaccio
```
## 易于设置
将 npm 默认仓库指向为你的 Verdaccio 实例
```sh
$> npm set registry http://localhost:4873
$> npm adduser --registry http://localhost:4873
```
## 易于使用
在命令行终端中执行
```sh
$> verdaccio
warn --- config file - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:4873/ - verdaccio/2.2.0
```
#### 就这么简单! 开始使用你的 **私有 npm 仓库吧**。
##### 支持所有主流的 npm 客户端
Docker Ready