vue配置运行时 自动打开浏览器

94 阅读1分钟

1配置 --open image.png

加这段代码

devServer: {
    host: 'localhost',
    port: 8080,
  }

image.png