且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么我在Vue.js中收到ERR_CONNECTION_TIMED_OUT?

更新时间:2021-10-24 02:46:43

使用以下代码创建vue.config.js:

Create vue.config.js with the following code:

module.exports = {
devServer: {

    host: 'localhost'
    }
};

https://cli.vuejs.org/config/#devserver