honey
honey copied to clipboard
fixes #32 vuejs side effect warning
Documented here: https://medium.com/@gaute.meek/how-to-add-a-script-tag-in-a-vue-component-34f57b2fe9bd
To use this in your project on the fork you can as follows in your composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/TappNetwork/honey"
}
],
"lukeraymonddowning/honey": "dev-fix-side-effects-warning",
Then run composer update
.