2017年11月9日

npm 私服工具verdaccio 安装配置试用

摘要: 1. 安装 npm install -g verdaccio 2. 启动 verdaccio // 界面显示信息 Verdaccio doesn't need superuser privileges. Don't run it und warn config file - /root/.confi 阅读全文

posted @ 2017-11-09 22:40 荣锋亮 阅读(4779) 评论(0) 推荐(0) 编辑

yarn 管理nextjs 项目

摘要: 预备环境 nodejs npm 1. yarn 安装 npm install -g yarn 2. nextjs 项目初始化 yarn add next react react-dom 3. 配置nextjs 项目 "scripts":{ "dev": "next", "build": "next 阅读全文

posted @ 2017-11-09 16:42 荣锋亮 阅读(1284) 评论(0) 推荐(0) 编辑

jfrog artifactory jenkins pipeline 集成

摘要: 1. 预备环境 artifactory ( 开源版本 ) maven jenkins jenkins artifactory plugin (在插件管理安装即可) 2. 配置artifactory a. maven local 仓库 b. jenkins 配置(添加 artifactory 账户信息 阅读全文

posted @ 2017-11-09 15:26 荣锋亮 阅读(11483) 评论(3) 推荐(1) 编辑

导航