vuejs / vue-webpack-meteor-example

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

Status #3

Closed niallobrien closed 9 years ago

niallobrien commented 9 years ago

Will this work with the latest version of Meteor? Thanks.

yyx990803 commented 9 years ago

Yes, this is just a pattern and doesn't rely on any Meteor internals. Theoretically it should work in any Meteor version.

niallobrien commented 9 years ago

It might be interesting to use https://atmospherejs.com/webpack/webpack with the latest version of Meteor and update the example to the latest version of Vue.js. Is there a possibility that MDG might add Vue.js as an official view layer further down the road? Thanks.

yyx990803 commented 9 years ago

Interesting! I'll definitely take a look at that.

ramstein74 commented 9 years ago

PLEASE evan :)

2015-11-02 16:39 GMT+00:00 Evan You notifications@github.com:

Interesting! I'll definitely take a look at that.

— Reply to this email directly or view it on GitHub https://github.com/vuejs/vue-webpack-meteor-example/issues/3#issuecomment-153077252 .

niallobrien commented 9 years ago

I have it mostly working here: https://github.com/niallobrien/vue-webpack-meteor-example Seems that the html is being rendered out to a .js file though. Not sure how to fix.

elyase commented 8 years ago

@niallobrien , did you got it to work with webpack:webpack? Do you think hot reload would work this way?

niallobrien commented 8 years ago

@elyase unfortunately not.