mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(docs): add links to more articles (#4945)
* docs: add links to more articles * Update
This commit is contained in:
parent
4adaa833ba
commit
0cee514d8a
2 changed files with 18 additions and 0 deletions
|
@ -37,6 +37,7 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [Ways to have your private npm registry — and a final DIY solution](https://medium.com/engenharia-noalvo/ways-to-have-your-private-npm-registry-and-a-final-diy-solution-eed001a88e74)
|
||||
- [How to set up a free private npm registry… for Windows](https://medium.com/@Anderson7301/how-to-set-up-a-free-private-npm-registry-for-windows-f532c6a381ce)
|
||||
- [Setup a Private NPM Server on Azure in 45 Seconds](https://edi.wang/post/2020/7/7/setup-a-private-npm-server-on-azure-in-45-seconds)
|
||||
- [Verdaccio: A Comprehensive Guide to Hosting Your Private NPM Registry](https://futuristicgeeks.com/verdaccio-a-comprehensive-guide-to-hosting-your-private-npm-registry/)
|
||||
|
||||
### English {#english}
|
||||
|
||||
|
@ -51,6 +52,11 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [Kubernetes private NPM registry](https://medium.com/@tompape/kubernetes-private-npm-registry-fb5f450fa611)
|
||||
- [Verdaccio examples for Google Cloud and K8s setups. https://github.com/papezt/verdaccio-examples](https://github.com/papezt/verdaccio-examples)
|
||||
- [Setting up a private NPM Registry Is Easier Than You Think](https://medium.com/@902Labs/setting-up-a-private-npm-registry-is-easier-than-you-think-455e1bd438f2)
|
||||
- [Easily Create Your Own Private NPM Registry Using Verdaccio](https://dev.to/danywalls/easily-create-your-own-private-npm-registry-using-verdaccio-41ef)
|
||||
- [Verdaccio: Your Personal Package Manager](https://medium.com/@danaprata/verdaccio-your-personal-package-manager-0b9e2ecbe50c)
|
||||
- [How to Publish Custom NPM Packages to a Private Local Registry Using Verdaccio on Docker](https://medium.com/havelsan/how-to-publish-custom-npm-packages-to-a-private-local-registry-using-verdaccio-on-docker-0494fb5938ab)
|
||||
- [Local Library Development with Nx Release and Verdaccio](https://itnext.io/local-library-development-with-nx-release-and-verdaccio-019af5c5bec0)
|
||||
- [Using Verdaccio with SAP Commerce Cloud and the Composable Storefront](https://hybrismart.com/2024/02/24/spartacus-release-feb24-updates-the-sap-composable-storefront/)
|
||||
|
||||
### Japanese {#japanese}
|
||||
|
||||
|
@ -66,6 +72,8 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [搭建私有 npm 镜像](http://www.blackcater.win/2018/03/01/%E6%90%AD%E5%BB%BA%E7%A7%81%E6%9C%89npm%E9%95%9C%E5%83%8F/)
|
||||
- [搭建离线 npm 私库——verdaccio](https://www.jishux.com/plus/view-765581-1.html)
|
||||
- [[筆記] 建立自己的 npm, 以 npm Orgs 跟 Verdaccio 為例](https://medium.com/@ceall8650/%E7%AD%86%E8%A8%98-%E5%BB%BA%E7%AB%8B%E8%87%AA%E5%B7%B1%E7%9A%84-npm-%E4%BB%A5npm-orgs%E8%B7%9Fverdaccio%E7%82%BA%E4%BE%8B-cfb83b2307e6)
|
||||
- [Docker + Verdaccio 搭建Npm仓库配置nginx域名访问原创](https://blog.csdn.net/ma_qi_chao/article/details/135559257)
|
||||
- [Resolving Verdaccio Permissions and Proxy Issues in Docker](https://ltan.me/post/2024/06/resolving-verdaccio-permissions-and-proxy-issues-in-docker/)
|
||||
|
||||
### French {#french}
|
||||
|
||||
|
@ -76,6 +84,7 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
|
||||
- [NPM privado: instalar y configurar Verdaccio](https://www.todojs.com/npm-privado-con-verdaccio/)
|
||||
- [NPM privado: 5 razones y 7 recomendaciones para utilizarlo](https://www.todojs.com/npm-privado-5-razones-y-7-recomendaciones/)
|
||||
- [Verdaccio: ¿qué es y cómo configurarlo?](https://www.paradigmadigital.com/dev/verdaccio-que-es-como-configurarlo/)
|
||||
|
||||
### Portuguese-BR {#portuguese-BR}
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [Ways to have your private npm registry — and a final DIY solution](https://medium.com/engenharia-noalvo/ways-to-have-your-private-npm-registry-and-a-final-diy-solution-eed001a88e74)
|
||||
- [How to set up a free private npm registry… for Windows](https://medium.com/@Anderson7301/how-to-set-up-a-free-private-npm-registry-for-windows-f532c6a381ce)
|
||||
- [Setup a Private NPM Server on Azure in 45 Seconds](https://edi.wang/post/2020/7/7/setup-a-private-npm-server-on-azure-in-45-seconds)
|
||||
- [Verdaccio: A Comprehensive Guide to Hosting Your Private NPM Registry](https://futuristicgeeks.com/verdaccio-a-comprehensive-guide-to-hosting-your-private-npm-registry/)
|
||||
|
||||
### English {#english}
|
||||
|
||||
|
@ -51,6 +52,11 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [Kubernetes private NPM registry](https://medium.com/@tompape/kubernetes-private-npm-registry-fb5f450fa611)
|
||||
- [Verdaccio examples for Google Cloud and K8s setups. https://github.com/papezt/verdaccio-examples](https://github.com/papezt/verdaccio-examples)
|
||||
- [Setting up a private NPM Registry Is Easier Than You Think](https://medium.com/@902Labs/setting-up-a-private-npm-registry-is-easier-than-you-think-455e1bd438f2)
|
||||
- [Easily Create Your Own Private NPM Registry Using Verdaccio](https://dev.to/danywalls/easily-create-your-own-private-npm-registry-using-verdaccio-41ef)
|
||||
- [Verdaccio: Your Personal Package Manager](https://medium.com/@danaprata/verdaccio-your-personal-package-manager-0b9e2ecbe50c)
|
||||
- [How to Publish Custom NPM Packages to a Private Local Registry Using Verdaccio on Docker](https://medium.com/havelsan/how-to-publish-custom-npm-packages-to-a-private-local-registry-using-verdaccio-on-docker-0494fb5938ab)
|
||||
- [Local Library Development with Nx Release and Verdaccio](https://itnext.io/local-library-development-with-nx-release-and-verdaccio-019af5c5bec0)
|
||||
- [Using Verdaccio with SAP Commerce Cloud and the Composable Storefront](https://hybrismart.com/2024/02/24/spartacus-release-feb24-updates-the-sap-composable-storefront/)
|
||||
|
||||
### Japanese {#japanese}
|
||||
|
||||
|
@ -66,6 +72,8 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
- [搭建私有 npm 镜像](http://www.blackcater.win/2018/03/01/%E6%90%AD%E5%BB%BA%E7%A7%81%E6%9C%89npm%E9%95%9C%E5%83%8F/)
|
||||
- [搭建离线 npm 私库——verdaccio](https://www.jishux.com/plus/view-765581-1.html)
|
||||
- [[筆記] 建立自己的 npm, 以 npm Orgs 跟 Verdaccio 為例](https://medium.com/@ceall8650/%E7%AD%86%E8%A8%98-%E5%BB%BA%E7%AB%8B%E8%87%AA%E5%B7%B1%E7%9A%84-npm-%E4%BB%A5npm-orgs%E8%B7%9Fverdaccio%E7%82%BA%E4%BE%8B-cfb83b2307e6)
|
||||
- [Docker + Verdaccio 搭建Npm仓库配置nginx域名访问原创](https://blog.csdn.net/ma_qi_chao/article/details/135559257)
|
||||
- [Resolving Verdaccio Permissions and Proxy Issues in Docker](https://ltan.me/post/2024/06/resolving-verdaccio-permissions-and-proxy-issues-in-docker/)
|
||||
|
||||
### French {#french}
|
||||
|
||||
|
@ -76,6 +84,7 @@ Below is a list of articles about Verdaccio. If you have written a blog post or
|
|||
|
||||
- [NPM privado: instalar y configurar Verdaccio](https://www.todojs.com/npm-privado-con-verdaccio/)
|
||||
- [NPM privado: 5 razones y 7 recomendaciones para utilizarlo](https://www.todojs.com/npm-privado-5-razones-y-7-recomendaciones/)
|
||||
- [Verdaccio: ¿qué es y cómo configurarlo?](https://www.paradigmadigital.com/dev/verdaccio-que-es-como-configurarlo/)
|
||||
|
||||
### Portuguese-BR {#portuguese-BR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue