How to use Vue.js with a Hugo project

For example, (for vue3) in head.html: <script src="https://unpkg.com/vue@next"></script> in a file called /static/js/myapp.js var app = Vue.createApp({ delimiters: ["[[", "]]"], data() {return { col1cards: [{issuetype: "Feature Request", issuecolor: 'bg-green-50' }, {description: "issuetype: "Test", issuecolor: "bg-orange-50" }, …