使用verdaccio搭建私有npm仓库
verdaccio使用教程
http://npm.xxx.com 是私有化部署的verdaccio 服务
- 修改NPM代理:npm set registry http://npm.xxx.com
- 注册/登陆 npm账号:npm adduser --registry http://npm.xxx.com
- 发布npm包npm publish --registry http://npm.xxx.com
- 项目中引用 npm i ydl_track
- npm config delete proxy // 删除npm代理
- npm config delete https-proxy // 删除 npm https代理
- https://verdaccio.org/
推荐阅读
- 由浅入深理解AOP
- 【译】20个更有效地使用谷歌搜索的技巧
- mybatisplus如何在xml的连表查询中使用queryWrapper
- MybatisPlus|MybatisPlus LambdaQueryWrapper使用int默认值的坑及解决
- MybatisPlus使用queryWrapper如何实现复杂查询
- 六步搭建ES6语法环境
- iOS中的Block
- Linux下面如何查看tomcat已经使用多少线程
- 使用composer自动加载类文件
- android|android studio中ndk的使用