UNPKG
@pixso/create-plugin
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
plugin template
@pixso/create-plugin
/
template-preact
/
ui
/
ui.html
9 lines
•
135 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
plugin
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
</
html
>