Skip to main content

Quasar

Whatโ€‹

Display the currently active Quasar CLI version. Only rendered when the current or parent folder contains a quasar.config or quasar.config.js file.

Sample Configurationโ€‹

{
"type": "quasar",
"style": "powerline",
"powerline_symbol": "๎‚ฐ",
"foreground": "#00B4FF",
"template": " ๎ฉช {{.Full}}{{ if .HasVite }} ๎ฌฉ {{ .Vite.Version }}{{ end }} "
}

Propertiesโ€‹

NameTypeDefaultDescription
home_enabledbooleanfalsedisplay the segment in the HOME folder or not
missing_command_textstringtext to display when the command is missing
fetch_versionbooleantruefetch the NPM version
display_modestringcontext
  • always: the segment is always displayed
  • files: the segment is only displayed when file extensions listed are present
  • context: displays the segment when the environment or files is active
version_url_templatestringa go text/template template that creates the URL of the version info / release notes
fetch_dependenciesbooleanfalsefetch the version number of the vite and @quasar/app-vite dependencies if present
extensions[]stringquasar.config, quasar.config.jsallows to override the default list of file extensions to validate
folders[]stringallows to override the list of folder names to validate
cache_versionbooleanfalsecache the executable's version or not

Template (info)โ€‹

default template
\uea6a {{.Full}}{{ if .HasVite }} \ueb29 {{ .Vite.Version }}{{ end }}

Propertiesโ€‹

NameTypeDescription
.Fullstringthe full version
.Majorstringmajor number
.Minorstringminor number
.Patchstringpatch number
.URLstringURL of the version info / release notes
.Errorstringerror encountered when fetching the version string
.ViteDependencythe vite dependency, if found
.AppViteDependencythe @quasar/app-vite dependency, if found

Dependencyโ€‹

NameTypeDescription
.Versionstringthe full version
.Devbooleandevelopment dependency or not