Is there any possible to add a config file for Vue project to config API URL?
Now I have a Vue web project, and a .Net Web API project.
I have to build the web project every time that I have to publish to different environment.
Is there any possible to add a config file like web.config for .Net Web API that I can edit it any time I want?
What I expected is, I can have a file to edit anytime I want after run command 'npm run build'. Is this possible
webpack, have a look at this: stackoverflow.com/questions/44310260/…