> my-notes@0.0.0 electron:dev
> nodemon --exec electron . --ext .js,.vue,.html,.css
[nodemon] 2.0.20
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,vue,html,css
[nodemon] starting `electron .`
(node:10422) electron: Failed to load URL: http://localhost:5173/ with error: ERR_CONNECTION_REFUSED
(Use `Electron --trace-warnings ...` to show where the warning was created)
[10422:0126/215714.042142:ERROR:interface_endpoint_client.cc(694)] Message 3 rejected by interface blink.mojom.Widget
^C/Users/liangxinyu/github/my-notes/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGINT
使用npm start 无法正常启动electron