zhangbaishun1996 / electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-webpack-quick-start

[electron-webpack] + [electron-builer]的客户端打包demo

Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build ia32 with electron-builder
yarn build

# `yarn compile` & create unpacked build with electron-builder
yarn build:dir

About


Languages

Language:JavaScript 84.5%Language:NSIS 15.5%