/ElectronFlash

An example bare project structure of Electron app support Adobe Flash Player plugin and developed with electron-webpack.

Primary LanguageJavaScript

📝- ElectronFlash

An example bare project structure of Electron with Adobe Flash Player plugin, and developed with electron-webpack. Make sure to check out electron-webpack, and electron-builder documentation for more details.

💥- Getting Started

Simply clone down this repository, install dependencies, and get started on your application. The use of the yarn package manager is strongly recommended, as opposed to using npm.

git clone https://github.com/Loneth/ElectronFlash.git
cd ElectronFlash
rm -rf .git

and then

yarn

🦄 - Info

run application in development mode

yarn dev

compile source code and create webpack output

yarn compile

yarn compile & create build with electron-builder

yarn dist

yarn compile & create unpacked build with electron-builder

yarn dist:dir

or you can just run the build_win32.bat for windows 32 bit or build_win64.bat for windows 64 bit.