Skip to content

Framework Core

ee-core contains all framework features. You only need to upgrade ee-core.

bash
# Upgrade to the latest version
npm install ee-core@latest

# Upgrade to a specific version
npm install ee-core@5.0.0

Electron

Theoretically, the framework supports Electron v12 and above. When upgrading Electron, please note its version correspondence with Node.js.

bash
# Upgrade to a specific version
npm install electron@39.0.0 --save-dev

Be Careful When Choosing a New Electron Version

Please try to use the version provided by the framework. Electron updates frequently, and new versions tend to have more bugs. Please use them cautiously.