Home / Type/ ClientManifest Type — vue Architecture

ClientManifest Type — vue Architecture

Architecture documentation for the ClientManifest type/interface in index.ts from the vue codebase.

Entity Profile

Source Code

packages/server-renderer/src/template-renderer/index.ts lines 22–33

export type ClientManifest = {
  publicPath: string
  all: Array<string>
  initial: Array<string>
  async: Array<string>
  modules: {
    [id: string]: Array<number>
  }
  hasNoCssVersion?: {
    [file: string]: boolean
  }
}

Analyze Your Own Codebase

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

Try Supermodel Free