TypeScript-Vue-Starter/index.html

10 строки
113 B
HTML

<!doctype html>
<html>
<body>
<div id="app"></div>
</body>
<script src="./dist/build.js"></script>
</html>