Home / Function/ Vue() — vue Function Reference

Vue() — vue Function Reference

Architecture documentation for the Vue() function in index.ts from the vue codebase.

Entity Profile

Relationship Graph

Source Code

src/core/instance/index.ts lines 9–14

function Vue(options) {
  if (__DEV__ && !(this instanceof Vue)) {
    warn('Vue is a constructor and should be called with the `new` keyword')
  }
  this._init(options)
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free