Replies: 1 comment 5 replies
-
Take a look at our docs here for proxying a Vue app. That might help. |
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
-
I use the domain name to access code-server and install the initialized project through vuecli

after "npm run serve"
Use ip:8080 to access the running of this project, but the console keeps prompting "[WDS] Disconnected!"

This is just an initialization project without any configuration

I tried many ways to fix it, but none worked(such as : configure vue.config.js-devserver-{host: 127.0.0.1}or{0.0.0.0} )
(When copying the whole project to my computer (including node_modules), after "npm install" on my vscode ,it doesn't produce this error, there are several packages changed)
what should I check to fix this please?
Beta Was this translation helpful? Give feedback.
All reactions