vue项目访问

vue项目访问,比如你的同事想访问,你需要更改config中index.js文件

dev: {

assetsSubDirectory: 'static',

assetsPublicPath: '/',

proxyTable: {},

host: '192.168.2.104',  // 需要更改成你的IP

port: 8080, 

autoOpenBrowser: true,

errorOverlay: true,

notifyOnErrors: true,

poll: false,

devtool: 'cheap-module-eval-source-map',

cacheBusting: true,

cssSourceMap: true

},

你可能感兴趣的:(vue项目访问)