I've been diving into learning Vue.js for my job, and while I've grasped the syntax, I have a specific query regarding setting up a full project.
Up to this point, I've used npm to start a project, either through the command line or by utilizing the UI.
However, I'm curious about integrating Vue without having to constantly run serve in the command prompt to view it in my browser. For example, if I'm building a website frontend with HTML, CSS, and some JavaScript, is it possible to import Vue and use it in that context?
I assume it can be done like this:
<script src="https://unpkg.com/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b2c4c7d79fdfc7dec6dbc1d7ded7d1c6f2809c839c82">[email protected]</a>"></script>