electron-rollup-kickstart

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i electron-rollup-kickstart

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

4.53 kB

Total Files

4

Last publish

Collaborators

  • bowen31337