mytest.html
364 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
<script src='./dist/xn-spm-test/1.0.0/index.js'></script>
<script>
window.onload = function(){
var myspm3 = require('xn-spm-test');
console.log(myspm3)
}
</script>
</head>
<body>
<h1>我的第一个标题</h1>
<p>我的第一个段落。</p>
</body>
</html>