### 私有化部署

https://verdaccio.org/zh-cn/docs/what-is-verdaccio/

### add user

```bash
npm adduser --registry http://localhost:4873/
```

### publish

```
npm publish --registry http://localhost:4873/
```
