ERROR: connect ECONNREFUSED 127.0.0.1:8000
让 client 的地址端口号 和 server中的请求
const clientManifestResp =await axios.get(
'http://127.0.0.1:8080/vue-ssr-client-manifest.json'
)
的这个对应起来
https://coding.imooc.com/learn/questiondetail/78869.html