Manage page meta info in Vue 2.0 components

vue-meta

With vue-meta you can manage page meta information in Vue 2.0 components. It provides Server Side Rendering and streaming. It is inspired by react-helmet.. With vue-meta you can export your data as part of your component's data using the metaInfo 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 meta info directly to deeply nested subcomponents for more maintainable code.

The GitHub repo offers many options and answers to various questions.

Please note that this project is still in alpha development and is not yet considered to be production ready.