All Questions
2 questions
0
votes
2
answers
115
views
Can't set env variables in my vuejs2 project
I'm trying to set my API URL in a .env file, my .env file is in the root folder of my project. I'm using VUE_APP_ prefix.
According to the doc .env file is loaded in any case. So should'nt I be able ...
68
votes
21
answers
80k
views
Vue-cli 3 Environment Variables all undefined
I've tried all of the solutions out there but none seem to work for me. I just want to store some values in a .env file within my Vue app but simply trying to log process.env returns an empty object ...