UNPKG

@pixso/dev-server

Version:

pixso 插件开发 dev server

11 lines 230 B
<!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>