Skip to content

Loneth/ElectronFlash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝- 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published