git clone https://github.com/gxchain/gxc-smart-contract-ide.git
cd gxc-smart-contract-ide
npm install
npm run dev
powered by electron builder
// build all platform
npm run build
// build mac
npm run build:mac
// build windows
npm run build:win
// build linux
npm run build:linux
you could find executable or installer in build
directory
You could find some useful instruction here
You could find some desgin details on this demonstration
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.