electron-vue で gRPCを使うサンプル
# ライブラリを取得
yarn # or npm install
# サーバを起動
yarn run server:start
# ライブラリを取得
yarn # or npm install
# electron-rebuildする
./node_modules/.bin/electron-rebuild
# クライアントを起動
yarn run dev
This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.