[Vuejs]-How to start a project using meteor.js and vue.js

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.

Leave a comment