mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
1cf6b7bff8
docs: update translations
2.5 KiB
2.5 KiB
id | title |
---|---|
home | Verdaccio npm proxy private registry |
Easy to Install
One single command to install the application
$> npm install --global verdaccio
# or
$> yarn global add verdaccio
Easy to Set Up
Set your verdaccio registry as default
<br />$> npm set registry http://localhost:4873
$> npm adduser --registry http://localhost:4873
Easy to Use
Run it in your terminal
<br />$> verdaccio
warn --- config file - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:5555/ - verdaccio/2.2.0