CodeBrowser / npm / @vue/compiler-core
@vue/compiler-core@3.5.40
// @vue/compiler-core
$ npm install @vue/compiler-core
downloads/wk
22,746,626
license
MIT
version
3.5.40
published
Jul 16, 2026
What is @vue/compiler-core?
@vue/compiler-core is the underlying compiler that transforms Vue template syntax into JavaScript render functions. Developers use it when building Vue tooling, frameworks, or custom compilation pipelines that need to parse and compile Vue templates. It provides the core logic for template parsing, code generation, and optimization that powers Vue's build tools.
Keywords
#vue
Maintainers
yyx990803