vue cli3打包后看不见页面

主要是缺少一个配置

 

 新建一个vue.config.js 

module.exports = {
    publicPath: './',
    outputDir: 'dist',
    assetsDir: 'static'
}

 

posted @ 2020-06-14 13:18  OneIsA  阅读(1551)  评论(0编辑  收藏  举报