1 repository
Systems for managing and tracking metadata from multiple independent application instances residing on a single web page.
Distinct from Application Instance Tracking: Candidates focus on process tracking or blockchain metadata, not the coordination of multiple Vue app instances sharing one document head.
Explore 1 awesome GitHub repository matching web development · Multi-Instance Metadata Coordination. 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
Tracks and adds HTML tags from several independent application instances on one page using unique identifiers.