テンプレート
参考:
使い方
参考:
Vue2.x 系のハマりどころ template とコンパイラを完全解説するよ | mille-feuille code
コンポーネントの template の書き方まとめ – Qiita
7 Ways To Define A Component Template in Vue.js | Vue.js Developers
Dealing with templates in Vue.js 2.0 | Sebastian De Deyne
Writing multiple Vue components in a single file | Code with Hugo
v-html
参考:
Vue.js で HTML の表示 | JavaScript勉強会
Vue.js で HTML をエスケープしないでデータバインディングする方法 | Leben
How to append div in a vue template – Stack Overflow
Vue.compile
参考:
Vue.compile( template ) | Vue.js [公式]
Vue.compile() : What is staticRenderFns ? (render vs staticRenderFns) – Vue Forum
How can I compile a Vue template string, and just get a string of the resulting HTML? – Vue Forum
Vue.compile is not a function · Issue #3972 · vuejs/vue – GitHub
How to compile template loaded from external api in Vue – Stack Overflow
How to use components in v-html – Stack Overflow
How to dynamically compile a component added to a template in VueJS? – Stack Overflow
コード:
Messing with Vue.compile() | JSFiddle
Vue.partial
参考:
Vue.partial 削除 – Vue 1.x からの移行 | Vue.js [公式]
vue directives in v-html directive · Issue #1468 · vuejs/vue – GitHub
JavaScript でテンプレートを扱う
参考:
How to get html content of component in vue js – Stack Overflow
DOM テンプレートを避ける理由と方法
参考:
Why You Should Avoid Vue.js DOM Templates | Vue.js Developers
v-runtime-template
リポジトリ:
参考:
Compile Vue.js Templates on the Fly with v-runtime-template | Alligator.io