博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vue.js 打包遇到的问题
阅读量:6348 次
发布时间:2019-06-22

本文共 431 字,大约阅读时间需要 1 分钟。

##1打包的路径

config文件夹-index.js中的assetsPublicPath: './'要改为当前目录而不是'/'根目录 build: { env: require('./prod.env'), index: path.resolve(__dirname, '../dist/index.html'), assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', assetsPublicPath: './', productionSourceMap: true, }

##2.模式要去掉,不能使用html5的Historty模式

const router = new VueRouter({ // mode: 'history',//打包项目要把mode: history注释掉 routes // (缩写)相当于 routes: routes })

转载地址:http://bgtla.baihongyu.com/

你可能感兴趣的文章
Linux下rsync的用法
查看>>
apache虚拟主机、日志轮询、日志统计、去版本优化
查看>>
java代码实现开启openoffice服务和关闭sffice.exe进程
查看>>
docker镜像的使用方法
查看>>
提升HTTPS安全评级
查看>>
iOS开发过程中的心得
查看>>
QOS配置命令
查看>>
linux安装搭建media-wiki
查看>>
使用 MPI for Python 并行化遗传算法
查看>>
widget
查看>>
paramiko安装及使用
查看>>
Java私塾:研磨设计模式 之 访问者模式(Visitor)
查看>>
我的友情链接
查看>>
《Python网络数据采集》读书笔记(六)
查看>>
Linux必学的60个命令
查看>>
iptables 学习笔记 (上)
查看>>
Windows Server 2012 R2 Active Directory(活动目录)实验一
查看>>
android viewpager 无限左右滑动
查看>>
linux下SSH远程连接服务慢解决方案
查看>>
利用mic visual studio 2010 编译器执行wincap获取网络适配器的代码
查看>>