I am building an app using node.js + vue.js and was wondering if anyone knows how I can load environment variables into my vue.js components? Right now I'm loading environment variables in my server side code using the dotenv
package but it doesn't seem to work for vue.js..
Thanks in advance!