Vue Stash is a cool Vue.js plugin that makes it easy to share reactive data between components.

vue stash

Installation

Install using npm

npm install vue-stash

or

import Vue from 'vue';
import VueStash from 'vue-stash';

Vue.use(VueStash)

Demo

https://github.com/cklmercer/vue-mix?ref=vuejstutorials.com