problem description
I built a vue project locally with wepack, and I found that if you access static resources through port 8080, you can only access the contents of the static file under the vue project.
the environmental background of the problems and what methods you have tried
A month ago, I also built a vue project in the company, and put a test.txt, in the root directory that can be accessed through http://localhost:8080/test.txt. Why can"t the current vue project directly visit http://localhost:8080/test.txt to access test.txt? in the root directory of the vue project
what result do you expect? What is the error message actually seen?
I want to notify http://localhost:8080/a/b to access my files. This problem is not related to the version. I use the latest version, and vue has not installed router,. The same is true for me to reinstall a vue project.