vue
qb170217
这个作者很懒,什么都没留下…
展开
-
Vue打包部署到Tomcat
一、在config-->index.js中,设置Build: env: require('./prod.env'),index: path.resolve(__dirname, '../dist/index.html'),// PathsassetsRoot: path.resolve(__dirname, '../dist'),assetsSubDirectory: '...原创 2018-08-29 10:42:31 · 1165 阅读 · 0 评论 -
vue项目打包后部署到云服务器tomcat ROOT下面
目前,vue项目打包后,只能部署到云服务器tomcat ROOT下面,不知道为什么,也不知道怎么配置就可以随意放到webapps下面即可, 希望哪位大神指点,分享经验怎么配置1. config/index.js'use strict'// Template version: 1.3.1// see http://vuejs-templates.github.io/webpack fo...原创 2018-08-29 16:54:47 · 3790 阅读 · 1 评论