CAROLINA DOCS
The "store" app has a service that just provides an object that you can arbitrarily attach things to.
// somewhereApp.$store.data.myValue = 5;// somewhere elseconsole.log(App.$store.myValue); // => 5