1.0.1 • Published 6 years ago

electron-rollup-kickstart v1.0.1

Weekly downloads
4
License
-
Repository
github
Last release
6 years ago

electron-rollup-kickstart

Clone and run for a quick way to build Electron app in ES modules

To Use

# Clone this repository
git clone https://github.com/bowen31337/electron-rollup-kickstart.git
# Go into the repository
cd electron-rollup-kickstart
# Install dependencies
npm install or yarn install
# Run the app
npm start or yarn start

Features

  • reload the electron app on file changes in Dev environment
  • ES modules are supported. eg "import * from ''"

License

MIT