Can be used to provide the default vue configuration options for the vue framework
This function is used to define how you want to import the dynamic content element components we use on a page
Can be used to register additional plugins, directives and similar adjustments on the global vue instance
The list of layouts you want to provide for your page Layout's are the outermost frame of your application.
registered in this array
By default the app will be mounted on an element with the #app selector You can change this by defining an alternative mountPoint using this option.
Additional, static components that are required in the framework
Can be used to manually set the vue environment type. This is normally defined by the VUE_ENV environment variable
Generated using TypeDoc
Defines the app/root component where the should be defined
If not given we just call router-view on our own