Regarding the problem that it cannot use the hot update function in Vue.js #5855
Unanswered
shuyingegit
asked this question in
Q&A
Replies: 1 comment 5 replies
-
This is old, but have you tried this? #3912 (comment) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vue In the development of js, the following requests are designed to update the page in time when modifying the source code.
eg. {URL}/sockjs-node/info? t=1670553943109
However, when we use [/proxy/(: proxy)] to access the development page of vue.js, the hot deployment function of sockjs cannot be realized through the following configurations
Deployment method 1: sockPath: "sockjs node"
Deployment method 2: sockPath: "/proxy/9527/sockjs node/"
Beta Was this translation helpful? Give feedback.
All reactions