Skip to content

@jakguru/vueprint / @jakguru/vueprint/utilities

Module: @jakguru/vueprint/utilities

Interfaces

References

browser

Renames and re-exports @jakguru/vueprint/utilities/browser


colors

Renames and re-exports @jakguru/vueprint/utilities/colors


debug

Renames and re-exports @jakguru/vueprint/utilities/debug


files

Renames and re-exports @jakguru/vueprint/utilities/files


validation

Renames and re-exports @jakguru/vueprint/utilities/validation

Functions

getBootStatuses

getBootStatuses(): Object

Get the current boot statuses of the services

Returns

Object

The current boot statuses of the services

NameType
cronnull | boolean
identityboolean
isBootedboolean
isDependanciesBootedboolean
localstoragenull | boolean
pushboolean

cron: null | boolean

-


identity: boolean

-


isBooted: boolean

-


isDependanciesBooted: boolean

-


localstorage: null | boolean

-


push: boolean

-


Defined in

src/services/installer.ts:337


useVueprint

useVueprint(hooks?, _debug?): ApplicationVueprintState

Initialize the VuePrint integration with the application

Parameters

NameTypeDefault valueDescription
hooks?ApplicationHooksundefinedThe hooks that will be used when an application property changes state
_debugbooleanfalse-

Returns

ApplicationVueprintState

An object containing the state of the application

Defined in

src/services/installer.ts:89

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.