[Vuejs]-Create a file to read server url for api in vue js after production build

0๐Ÿ‘

โœ…

I solved it by creating JSON file in public folder e.g Server_config.JSON file in public folder and added my server ip address and imported that json file into my project from there after production build i can easily change the server ips.

Leave a comment