Basics: Setting up a Meteor + VueJS project

Here is a basic starting point with meteor, vue, vue-router & vuex: https://github.com/lunatolun/meteor-vue-vuerouter-vuex

1 Like

Not sure where it gets the actual compiler for vue with instructions being here: https://vuejs.org/v2/guide/installation.html. There’s webpack, browsify and something else, that you must use to get the compiler with witch you also happen to get actual error stack traces. Can’t tell which one to pick, or if I may.

Here’s another example of a working Vue + Meteor app.

1 Like

With the new vue-meteor-tracker 2.0.0 beta.3 version I get the same error with all three options:

  • meteor subscribe, which should not work according to the breaking changes
  • meteor $subscribe which should work but which I cannot get to make work
  • mounted this.$subscribe which should work but which I cannot get to make work

:disappointed: