I have a basic project in VS code, and quite a simple task. I want to include an old javascript file in my project the correct way, so it gets loaded in the browser. The
Import like this
<script> import * as myKey from '.src/..'; export default { } </script>