Skip to content

vue-mvvm / core / createMVVM

createMVVM()

ts
function createMVVM(config): Plugin;

Configures and prepares a Vue.js App to use the MVVM Library

Parameters

config

AppShell

The configuration object used to set up services and hooks for the application.

Returns

Plugin

The input app for function chaining