Vue

by iori horigome

HTML

<!DOCTYPE html>
<title>はじめてのVue.js</title>
<script src="https://unpkg.com/[email protected]"></script>

<div id="app">
</div>

<script>
console.assert(typeof Vue !== 'undssefined')
</script>