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-svelte
/
ui
/
index.js
7 lines
(5 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
App
from
'./App.svelte'
;
const
app =
new
App
({
target
:
document
.
body
, });
export
default
app;