Skip to content

satotakumi/electron-vue-grpc

Repository files navigation

electron-vue-grpc

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.

About

electron-vueでgRPCを使うサンプルです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published