documentation.js Vue. , . , , HTML , .
, Vue :
<template>
<div>{{mydata}}</div>
</template>
<script>
export default {
data: function() {
return {
mydata: "hello"
}
},
methods: {
addnums: function(num1, num2) {
return num1 + num2;
},
concat: function(str1, str2) {
return str1 + str2;
}
}
}
</script>
documentation build /path/to/file.vue -f html -o docs HTML , :

2019 :
vuese, Vue. document.js , vuese , . .
, .