Options for the json api endpoint we should consume
Contains the protocol, domain and (optional) port of the application. You can always use the current base url path using the page context object. It is also automatically used as api.baseUrl if there is none defined. There MUST NOT be any uri segments given!
The same as baseUrl but overrides it when the framework is running in development mode
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 router instance
This part of the url's path will be ignored by the router By default this will be "/"
A list of common element keys that should be reloaded every time a new url is required from the server
Additional configuration for the vue router
Additional meta information that should be static and not change This can be used for app icons, app manifests or similar tags
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.