Run your Vue application:
npm run serve
This should run your Vue application on http://localhost:8080 then you can hyperlink that in your HTML page like:
<a href="http://localhost:8080">Click here to go to localhost:8080</a>