Applies a hook that allows you to filter the context object after it was created
Applies a hook that allows you to filter the vue config object before the instances are created
Prepares the configuration object that will be used to create the vue instances It will also register our components and plugins we use on a global scale
Emits the init hook chain
Initializes the "only once" configuration of vue that must not take place for every app.
Creates the app context object and returns it as a promise
Creates a new axios instance based on the given configuration object and returns it
Creates the vue instance and injects it into the app context
Internal helper to remove slashes at the beginning and end of the given path
Generated using TypeDoc
True as soon as vue is initialized at least once