1.0.0 • Published 7 years ago
front-lib-electron-base v1.0.0
Electron base library
Provides abstract base app class and window class for other Electron app to inherit.
INSTALLATION
Install
node-pre-gypglobally:npm install --global node-pre-gypInstall
windows-build-toolsglobally:npm install --global --production windows-build-tools
DEVELOPMENT
npm installgulp watch
RELEASE
gulp releaseHow to rebuild Node native module for this Electron version:
- Navigate to module folder. E.g:
cd ./node_modules/sqlite3 node-pre-gyp rebuild --target=1.8.7 --arch=x64 --dist-url=https://atom.io/download/atom-shell- If build fails, try changing the target to
1.8.6, or1.8.5, etc. But keep it in range1.8.x.
- Navigate to module folder. E.g:
Equivalent Node version:
v8.2.1
1.0.0
7 years ago