mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
Update README.md
Add beta version Add npx command
This commit is contained in:
parent
b55a0b6c31
commit
4cc2e0b44b
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -44,6 +44,9 @@ $ yarn global add verdaccio
|
|||
# run in your terminal
|
||||
$ verdaccio
|
||||
|
||||
# After npm 5.2 you can use npx which install and launch verdaccio with the same command
|
||||
$ npx verdaccio
|
||||
|
||||
# npm configuration
|
||||
$ npm set registry http://localhost:4873/
|
||||
|
||||
|
@ -53,6 +56,14 @@ $ npm set ca null
|
|||
```
|
||||
|
||||
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
||||
|
||||
## Beta
|
||||
|
||||
If you are an adventurous developer you can use and install the latest beta version
|
||||
|
||||
```bash
|
||||
$ npm install -g verdaccio@beta
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue