after packaging the vue2.0 project, it is found that the agents in the original proxyTable are no longer accessible.
after looking at the information on the Internet, I understand that proxyTable can only be used in the development environment, and the production environment cannot be used.
so how can I use the proxy path in proxyTable in the production environment?
after checking on the Internet, it is said that you need to use Nginx,. Is that so? How to configure it? Is it configured at the front end? Is there a specific step? Ask the great god for advice.