Hi,
I am back trying to use Meteor with Vue as frontend after a year of interruption.
Since then a Vue section has been added to the guide: https://guide.meteor.com/vue.html
Thanks @cloudspider!
However, it says that to run a Meteor+Vue app we should do: NO_HMR=1 meteor
This seems to be related to a conflict between Meteor 1.8 and
akryum:vue-component
.
But this issue seemed to have been solved: https://github.com/meteor-vue/vue-meteor/pull/342
So should I infer that we can now follow the Meteor Vue guide but launch the app by simply typing: meteor
with no need for this NO_HMT=1
default overriding option?