前端测试打包批处理命令

1、新建txt文件
2、输入如下:
cd .
rd /s/q dist
call npm run build
cd ./dist
zip -r xxx.zip *
pause

你可能感兴趣的:(前端测试打包批处理命令)