Options for the json api endpoint we should consume
Determines the type of environment the page runs in. This will be set by the NODE_ENV environment variable by default. If there is no NODE_ENV and this option is not set the framework will fall back to "production"
Configuration for the error handling in your application
A list of event names and their matching listeners that should be registered when the frameworks creates the event emitter instance
Can be used to provide the initial value of the "Store"s content. This should be a function that returns an object literal
Options for the vue framework itself
Generated using TypeDoc
Similar to TYPO3's additional configuration, you can use this callback to change the configuration object based on the environment if you need to.