Introduction for the lesson on using environment variables in a front-end container
Hi, Joel! Thank you, for your course. I have note for this lesson. I think actually you can use environment variables inside front-end on building stage, when webpack builds production mode(because webpack running on nodejs and it can put environment variables inside production code. As it do this with variables from .env file - https://cli.vuejs.org/guide/mode-and-env.html)