UNPKG
vas
Version:
latest (2.1.0)
pre-release (3.0.0-pre.1)
3.0.0-pre.1
3.0.0-pre.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.0
simple composable data services using muxrpc
github.com/ahdinosaur/vas
ahdinosaur/vas
vas
/
example
/
index.html
14 lines
(13 loc)
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
vas
</
title
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
/>
</
head
>
<
body
>
<
main
>
</
main
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>