vuejs / vue-webpack-meteor-example

Example using Vue with Meteor, while leveraging the normal Webpack + NPM workflow for your front-end.
78 stars 21 forks source link

migrate to meteor 1.3 #14

Open pandada8 opened 8 years ago

pandada8 commented 8 years ago

got error main.js:4 Uncaught ReferenceError: Template is not defined when meteor update It seems the meteor 1.3 using a new modules based pseudo-globals. How to simply using with webpack without shim-loader or etc ?

pandada8 commented 8 years ago

The not defined issue could be solved by putting the build.js on the foot of the html. But seems the Template.body.onRendered was never called

pandada8 commented 8 years ago

just using Meteor.startup() now

jerryge commented 8 years ago

+1