Skip to content

vue-mvvm / core / createMVVM

createMVVM()

ts
function createMVVM(config, options?): 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.

options?

MVVMOptions = {}

Optional configuration options for MVVM.

Returns

Plugin

The input app for function chaining