vue loader - huyx/1 GitHub Wiki
.vue 文件结构:
<template>
</template>
<script>
</script>
<style>
/* global styles */
</style>
<style scoped>
/* local styles */
</style>
其他有用的语法:
<style lang="sass">
/* write SASS! */
</style>
<template src="./template.html"></template>
<style src="./style.css"></style>
<script src="./script.js"></script>
安装等:
http://vue-loader.vuejs.org/en/start/tutorial.html