Separate the html, css, js into different files

how to separate the html, css, js into different files?
maybe like this:
// app.vue
<template src="./template.html">``</template>
<style src="./style.css">``</style>
<script src="./script.js">``</script>

That’s the way it’s supposed to work in Vue, but currently it’s unavailable with Meteor integration. It’s on the roadmap,so will be working sooner or later.

You can follow the status of this issue here: https://github.com/Akryum/vue-meteor/issues/128.