8.0.0 • Published 10 months ago

electron-esbuild v8.0.0

Weekly downloads
52
License
MIT
Repository
github
Last release
10 months ago

electron-esbuild

license electron-esbuild version

Getting Started

With pnpm:

pnpm create @electron-esbuild/app

With npm:

npm init @electron-esbuild/app

With yarn:

yarn create @electron-esbuild/app

All configurations are already setup for you.

Start a development build

npm run dev

All arguments after -- will be pass through the electron process.

electron-esbuild dev -- --remote-debugging-port
  • --remote-debugging-port=9229 will start the devtools to the port 9229
  • --remote-debugging-port will start the devtools to a free port
  • --inspect=9230 will start the inspector to the port 9230
  • --inspect will start the inspector to a free port

Create a build

npm run build
npm run build -- --no-clean # do not clean output before build

Package the app

npm run package

Development

Refer to README

8.0.0-rc1

10 months ago

8.0.0

10 months ago

8.0.0-rc2

10 months ago

8.0.0-rc5

10 months ago

8.0.0-rc4

10 months ago

7.0.0

1 year ago

6.0.0

2 years ago

6.0.0-rc1

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

5.0.0-rc.1

2 years ago

4.0.0-rc.1

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0-rc.1

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.6.0-rc.1

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.5

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.4

3 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago