# vue打包到tomcat部署步骤
a.进入项目目录运行npm run dev
b.将dist目录复制到远程服务器下的tomcat/webapps下
c.重启tomcat
d.浏览器中访问 http:本机ip:8080/dist

相关文章: