2022-02-07——vue.config.js

module.exports = {
// 基本路径
publicPath: './',
devServer: {
port: 8080,
host: 'localhost',
open: true //配置浏览器自动访问
}
}

image.png

你可能感兴趣的:(2022-02-07——vue.config.js)