Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AdditionalConfigurationEnvironmentInterface

Index

Properties

envVars

envVars: PlainObject<any>

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.

mode

mode: AppMode

The mode the app is currently running in

type

The type of the environment the app is currently running in

vueContext

vueContext: PlainObject<any>

The vue rendering context when running on the server side an empty plain object if running on the client side

Generated using TypeDoc