xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js"></script>
</head>
<body>
<div id="app"></div>
<script>
new Vue({
el:'#app'
template:'#hello-world-template'
})
</script>
<script type="text/x-template" id="hello-world-template">
<p>Hello hello hello</p>
</script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js