create-electron-rs project
Create Project
npm create electron-rs@latest
Setup
Install the dependencies:
npm install
Get started
Build the library:
npm run build
Build the library in watch mode:
npm run dev
npm publish --provenance false
Electron build tooling based on rsbuild
npm create electron-rs@latest
Install the dependencies:
npm install
Build the library:
npm run build
Build the library in watch mode:
npm run dev
npm publish --provenance false