GitHub - EHDFE/ehdev-shell: An electron based developing tool for FEDs.
Introduction
Javis aims to provide an easy using gui tool for developers.
Dev Environment Setup
- Install dependence:
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm i. - Precompile the dll bundle:
npm run build-dll. - Start the app:
npm run debugor use vscode's debugger
Test the production package locally
- npm start.
Publish
- npm version patch
- git push origin v0.x.x master
Possible Issues
Cannot download winCodeSign, attempt #1: Error: Request timed outrefer to electron-userland/electron-builder#1859 (comment)




