1 repository
Tools for dynamically updating page titles, links, and scripts based on a component hierarchy.
Distinct from Vue.js Component Communication: Candidates are specific Vue UI components; this is a functional controller for the document head.
Explore 1 awesome GitHub repository matching web development · Document Head Controllers. Refine with filters or upvote what's useful.
vue-meta is a metadata manager for Vue.js applications that coordinates the injection, deduplication, and merging of HTML head and body tags. It serves as a document head controller, allowing developers to define and update titles, meta tags, link tags, styles, and scripts within a component architecture across both client-side and server-side environments. The library distinguishes itself through a hierarchical merging system where child components can override metadata defined by parent components. It ensures document integrity using identifier-based deduplication to prevent duplicate tags
Dynamically updates page titles, link tags, and script elements based on the active Vue.js component hierarchy.