vue设置端口号

// 在vue.config.js中
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true,
  devServer: {
    port: 9090
  }
})

  

posted @ 2024-04-29 18:57  XiangdxDu  阅读(47)  评论(0)    收藏  举报