# 使用 Homebrew, Nix, pacman 安装 vue-language-server

查看 vue-language-server 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:vue-language-server
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vue-language-server
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vue-language-server
```

  证据: nixpkgs package indexes: pkgs/by-name/vu/vue-language-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S vue-language-server
```

  证据: Arch Linux sync databases: vue-language-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:vue-language-server
- **软件包管理器:** Homebrew
- **版本:** 3.3.9
- **来源摘要:** Vue.js language server
- **主页:** <https://deepwiki.com/vuejs/language-tools>
- **最后更新:** 2026-08-01T10:45:59Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- vue-language-server (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.3.9
## 项目历史与用法

Vue Language Server is the LSP-facing part of Vue Language Tools, the official Vue language-tooling repository descended from Volar. It provides editor features for Vue single-file components: template-aware TypeScript inference, diagnostics, completion, navigation, refactoring, formatting, and integration with Vue-specific compiler options.

### 项目历史

The `vuejs/language-tools` repository was created on 2020-05-01 and became the home for Volar-derived Vue tooling. In 2023, the Vue team announced `Volar: a New Beginning`: the Volar core was extracted into Volar.js, while the old Volar extension and `vue-tsc` codebase moved to `vuejs/language-tools` and became the Vue-specific layer depending on Volar.js.

### 采用历史

The repository presents Vue Language Tools as the official high-performance Vue toolset based on Volar.js. Its README lists end-user packages such as the `Vue (Official)` VS Code extension and `vue-tsc`, and editor-integration packages such as `@vue/language-server`, `@vue/language-service`, and `@vue/typescript-plugin`.

The Visual Studio Marketplace listing for `Vue (Official)` reports millions of installs and describes a full Vue SFC editing experience. Outside VS Code, the language server is integrated by community editor clients for Neovim, coc.nvim, Vim, Sublime, Emacs, Nova, Lapce, Monaco, WebStorm, and Eclipse Wild Web Developer.

### 使用方式

Users install the VS Code extension for the default first-party experience, run `vue-tsc --noEmit` for command-line type checking, or configure an LSP client to launch `vue-language-server`. Vue-specific compiler settings live under `vueCompilerOptions` in `tsconfig.json`, and version 3 non-VS Code setups require the editor client to forward `tsserver/request` and `tsserver/response` messages between the Vue and TypeScript language servers.

### 为什么软件包爱好者会关心

This package matters because Vue SFC tooling sits at the boundary between framework syntax and TypeScript tooling. Package users care about matching the language server, TypeScript version, `vue-tsc`, editor client, and plugins, so the Homebrew/npm package is not just a binary: it is one moving part in a multi-editor Vue type-checking stack.

### 时间线

- 2020-05-01: `vuejs/language-tools` repository created.
- 2023-05-08: npm metadata records creation of `@vue/language-server`.
- 2023: Vue blog announces the Volar.js extraction and movement of old Volar extension and `vue-tsc` code into `vuejs/language-tools`.
- 2025-06-29: Vue language-tools maintainers publish version 3 migration guidance for non-VS Code editors.
- 2026-06-30: npm metadata records `@vue/language-server` version 3.3.6 publication.

### Related projects

- Volar.js is the extracted core on which Vue Language Tools depends.
- `vue-tsc`, `@vue/language-service`, `@vue/typescript-plugin`, vtsls, and TypeScript language servers are closely related in editor and command-line workflows.

### 来源

- <https://blog.vuejs.org/posts/volar-a-new-beginning - Vue team's explanation of the Volar.js extraction and repository transition.>
- <https://github.com/vuejs/language-tools - official README, package list, usage, and community integrations.>
- <https://github.com/vuejs/language-tools/discussions/5456 - version 3 migration guidance for non-VS Code editors.>
- <https://marketplace.visualstudio.com/items?itemName=Vue.volar - official Vue VS Code extension listing and feature/adoption data.>
- <https://registry.npmjs.org/@vue/language-server - npm package metadata and publication dates.>


## 安全说明

没有找到 vue-language-server 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: tsconfig.json
## 其他软件包管理器记录

- Nix - vue-language-server: normalized package name match | nixpkgs package indexes: pkgs/by-name/vu/vue-language-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - vue-language-server - 3.3.9-1: normalized package name match | Arch Linux sync databases: vue-language-server from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Language server for Vue | https://github.com/vuejs/language-tools/tree/master/packages/language-server


## Combined YAML source

View the package source record on GitHub. [combined/vue-language-server.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vue-language-server.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
