UNPKG
system-extension-stub
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
SystemJS extension for stubbing modules
system-extension-stub
/
test
/
index.html
9 lines
(8 loc)
•
190 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
html
>
<
head
>
<
title
>
Stub test
</
title
>
</
head
>
<
body
>
<
script
src
=
"../bower_components/steal/steal.js"
data-config
=
"config.js"
data-main
=
"main"
>
</
script
>
</
body
>
</
html
>