0👍
There are some scaffolding projects already on this.
This is a very nice and maintained set of packages for Meteor+Vue.
https://github.com/meteor-vue/vue-meteor
I recommend you starting with an already scaffolding example, so you can see how is it used Meteor Collections, Meteor Publications/Subscriptions, and Vuex (not necessarily for a small app, but as soon as you start to worry about a centralised App State manager, it is very helpful).
https://github.com/Akryum/meteor-vue2-example
I am experimenting with this nowadays, if you need any more help ping! Wishing some native integration of MeteorJS and VueJS soon.
cheers.
- [Vuejs]-Vuex – Create global method to dispatch action
- [Vuejs]-Currency amount must be non-negative number, may optionally contain exactly 2 decimal places separated by '.'
Source:stackexchange.com