Vue Meta is a Vue.js plugin that allows you to manage your app's metadata. It is inspired by and works similar as react-helmet for react. However, instead of setting your data as props passed to a proprietary component, you simply export it as part of your component's data using the meta info property. These properties, when set on a deeply nested component, will cleverly overwrite their parent components' metaInfo, thereby enabling custom info for each top-level view as well as coupling metadata directly to deeply nested subcomponents for more maintainable code.
Features
- HTML Metadata manager for Vue.js
- vue-meta is a plugin for Vue.js which helps you to manage your app's metadata using Vue's built-in reactivity
- Just add the special property `metaInfo` to any or all your components as these will be automatically merged top-down
- Nested components can overwrite each others values, allowing you to easily add or remove metadata where and when you need it!
- We are working on defining the RFC for Vue Meta v3.0
- Manage your app's metadata
License
MIT LicenseFollow Vue Meta
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Vue Meta!