I just study vue.js and my problem is:
if I open index.html then index.js open too, but if I start srping boot, my index.html works correct and doesn't see index.js.
path
<body>
<div id="armors"></div>
<script type="text/javascript" src="js/index.js"></script>
</body>