UNPKG
propdoc
Version:
latest (0.9.3)
0.9.3
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
quick and easy documentation of Vue.js components
github.com/propellant/doctor
propellant/doctor
propdoc
/
examples
/
index.html
12 lines
(11 loc)
•
210 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
propdoc-examples
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"/dist/build.js"
>
</
script
>
</
body
>
</
html
>