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
  7ddbe359_0ee3_4efb_22c2_54576c83a35d["blue()"]
  d2357945_6f03_05e6_881b_4dc55c4e7f52["write()"]
  d2357945_6f03_05e6_881b_4dc55c4e7f52 -->|calls| 7ddbe359_0ee3_4efb_22c2_54576c83a35d
  style 7ddbe359_0ee3_4efb_22c2_54576c83a35d 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