jenkins vue前端项目打包

场景

在拉取到前端代码后,需要对前端代码build,然后放到项目目录下
需要使用到node npm run build 进行打包

插件 NodeJS

配置node

全局配置中,找到NodeJs,配置版本,不建议使用最新的,容易报错
image

构建环境配置

image

构建命令

构建环境成功后,在执行构建命令
切换到前端项目目录,安装需要的包,后打包项目
npm install
npm run build
image

打包生成dist文件,将文件复制到对应项目目录下

posted @ 2022-03-02 16:24  TestingShare  阅读(440)  评论(0编辑  收藏  举报