首先在根目录创建这个文件:
vue.config.js

然后输入一下内容

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

之后npm run build

就可以了

最后编辑:2022年05月08日 ©著作权归作者所有

发表评论