Samples for VueJs
Shows how to load vue components template via Ajax from within the vue instance(beforeCreate callback/hook) and swap it with other loaded component.
Shows how to load html(vue template) via Ajax to DOM first and parse it with vue afterwards.
Sample with vue-resource plugin
Shortest implementation:
- uses only one instance of VueJs
- template is loaded via AJAX
- parsed template is mounted to the DOM