vue cli 3.0通用打包配置,不分一二级目录

    xiaoxiao2023-09-27  102

    1.项目根目录下新建vue.config.js,进行如下配置即可

    module.exports={ publicPath:'', };
    最新回复(0)