react、Vue打包直接运行index.html不空白方法

react

react、Vue打包直接运行index.html不空白方法_第1张图片

vue

在根目录下创建 vue.config.js 文件,写入

module.exports = {
    publicPath: './',
}

你可能感兴趣的:(vue.js,react.js,html)