Logo

GitLab

Sign in

tutorial / directive

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • directive
  • src
  • main
  • webapp
  • home
  • xn-directive-spmtest
  • mytest.html
  • spm test
    d5b239ee
    hujinyuan authored
    2019-03-19 13:56:07 +0800  
    Browse File »
mytest.html 364 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!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>