gopherjs + electron テスト
概要
go言語ソースからJSコードを生成するgopherjsでelectronを利用するテストサンプル。
ソース
github.com/sntulix/gopherjs-electron
準備
npm -g install electron-prebuilt
npm init -y
go get -u github.com/gopherjs/gopherjs
ビルド、実行
gopherjs build index.go
electron .
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
go言語ソースからJSコードを生成するgopherjsでelectronを利用するテストサンプル。
github.com/sntulix/gopherjs-electron
npm -g install electron-prebuilt
npm init -y
go get -u github.com/gopherjs/gopherjs
gopherjs build index.go
electron .
Register as a new user and use Qiita more conveniently
Go to list of users who liked