react

vue
在根目录下创建 vue.config.js 文件,写入
js
module.exports = {
publicPath: './',
}
在根目录下创建 vue.config.js 文件,写入
module.exports = {
publicPath: './',
}