Home / Function/ blue() — vue Function Reference

blue() — vue Function Reference

Architecture documentation for the blue() function in build.js from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  c63434e1_7e54_2eb0_97a1_312abd859513["blue()"]
  ba6dcb7d_0ba2_a565_46d9_ff6adce803f5["write()"]
  ba6dcb7d_0ba2_a565_46d9_ff6adce803f5 -->|calls| c63434e1_7e54_2eb0_97a1_312abd859513
  style c63434e1_7e54_2eb0_97a1_312abd859513 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

scripts/build.js lines 95–97

function blue (str) {
  return '\x1b[1m\x1b[34m' + str + '\x1b[39m\x1b[22m'
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does blue() do?
blue() is a function in the vue codebase.
What calls blue()?
blue() is called by 1 function(s): write.

Analyze Your Own Codebase

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

Try Supermodel Free