首页 > 其他 > 详细

新版vue-cli打包配置

时间:2021-06-02 15:19:55      阅读:9      评论:0      收藏:0      [点我收藏+]

1:在根目录下增加vue.config.js文件,将publicPath设置为‘./‘

module.exports = {
outputDir: ‘regulations‘,
assetsDir: ‘static‘,
publicPath: ‘./‘
}

2:如果路由为history模式,找到路由下的index.js文件。注释掉mod

const router = new VueRouter({
//mode: "history",
base: process.env.BASE_URL,
routes,
});

新版vue-cli打包配置

原文:https://www.cnblogs.com/gumuchenglin/p/14841077.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!