The environment variables that have been passed to the node process.
When running on a server the env variables are passed from process.env,
if the script is running on the client side the variables can be passed at:
window.VUE_ENV -> which is a plain object
Works in combination with expressSsrPlugin and the "envVars" option for the
frontend as well.
The environment variables that have been passed to the node process. When running on a server the env variables are passed from process.env, if the script is running on the client side the variables can be passed at: window.VUE_ENV -> which is a plain object
Works in combination with expressSsrPlugin and the "envVars" option for the frontend as well.