Vue integration with single-file component

This is a serie of packages to enable single-file components in a standard meteor project without webpack. I’m also trying to integrate meteor and vue as much as possible.

Yup, you can now do this in your meteor code:

import Post from '/imports/ui/Post.vue'; Vue.component('post', Post);

You can checkout the project here : https://github.com/Akryum/meteor-vue-component

I’m yet to include many features, so please feel free to contribute to the repository (I’m currently working on less integration). And don’t hesitate to give your feedback in this thread.

Thanks!

2 Likes