UNPKG
@pixso/dev-server
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
pixso 插件开发 dev server
@pixso/dev-server
/
test
/
index.html
11 lines
•
230 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
pixso-plugin-dev-server
</
title
>
</
head
>
<
body
>
<
script
>
const
socket =
new
WebSocket
(
"ws://127.0.0.1:5201/plugin"
);
</
script
>
</
body
>
</
html
>