How to use the production environment files in VueJS
When you run the production build for your VueJS app, if a .env.production file exists VueJS will use that one, even if another .env file is present.
When you run the production build for your VueJS app, if a .env.production file exists VueJS will use that one, even if another .env file is present.