vue部署到tomcat
项目结构下图
项目结构-打包过程没有报错
出现dist目录-这个UEditor是富文本输入的东西:
补充:在服务器端目录》
其中vue.config.js文件,
```javascript
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath:'./',
transpileDependencies: true,
lintOnSave:false,
assetsDir:'static',
parallel:false,
})
###### 结果:》》》放到tomcat上访问为空白页。现在访问直接空白页。。。。。
补充:网站管理使用的是小皮管理.win系统