Home > Back-end >  Spring vue debugging problems
Spring vue debugging problems

Time:04-01

Start tomcat in the IDEA, have a local address http://localhost:8080
In webstorm compiled, then run it also has an address for example http://localhost:8081

Debug mode, it is on the front end of the request all write inside: the background of http://localhost:8080 address, and then debug?
Is there a better debug method?
Vue - cli to compile to debug?

CodePudding user response:

Have you found any other way to debug? Such as running only backend

CodePudding user response:

Front end to write a line, in the main, js on behalf of the global cross-domain request, request you won't have to write http://localhost:8080 axios address
  • Related