How to Use Environment Variables in Vue.js
Photo by Oskar Yildiz on Unsplash
Most applications will access data from an API. To access that API you will need to have an API key and the URL to access the API. You should not be pushing your API keys to you repo because that makes them available...
ratracegrad.hashnode.dev3 min read