标签:空目录 source work run uil install 自动 自动部署 col
PowerShell构建
# 进入项目目录
cd ./source
# 安装依赖
npm install --registry=https://registry.npm.taobao.org
# 打包项目
npm run build
# 清空目录
rm -r D:\vue\*
# 复制文件
cp -r D:\Jenkins\Jenkins\workspace\demo\dist\* D:\vue
标签:空目录 source work run uil install 自动 自动部署 col
原文地址:https://www.cnblogs.com/duhaoran/p/13094921.html