webpack/examples/custom-json-modules/index.html

7 lines
98 B
HTML
Raw Normal View History

2019-11-29 01:12:11 +08:00
<html>
<body>
<div id="app"></div>
<script src="dist/output.js"></script>
</body>
</html>