Level 50
@imwaller here you will find info how to install javascript package and use it within laravel app:
If you want the easiest way to het started the paste this in the head section of your page:
<head>
...
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
...
</head>