use script links at the bottom of the content like this,
<body>
<h1>VueApp</h1>
<div id="app">
<p>{{ title }}</p>
</div>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="vue.js"></script>
</body>