0.2.0

https://github.com/Hiroshiba/voicevox_engine/pull/2 がマージされたので楽になった(ngrok不要)

  • [Windows] .\run.ext --host 0.0.0.0
  • [Mac] .envに VUE_APP_ENGINE_URL=http://Windows機のIPアドレス:50021 を設定
  • [Mac] $ npm run electron:serve

0.1.1

  • [Windows] 製品版を起動
  • [Windows] ngrokを入れて、$ ngrok http 50021 する
  • [Mac] .envに VUE_APP_ENGINE_URL=http://****.ngrok.io を設定
  • [Mac] $ npm run electron:serve

動いた。書き出しも行けた。