tyn1998 / opensumi-ide-electron

OpenSumi Electron Version

Home Page:https://opensumi.com/zh/docs/integrate/quick-start/electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSumi IDE Electron

English | 中文文档

OpenSumi Desktop

Startup

git clone git@github.com:opensumi/ide-electron.git
cd ide-electron
yarn
yarn run build
yarn run rebuild-native -- --force-rebuild=true
yarn run download-extension # install extension (Optional)
yarn run start

Develop

Start application:

yarn run watch
yarn run start

When there are new changes in the code, open the command panel in the editor shift+command+p, select and run the 'Reload Window' to reload the current editor window.

package to DMG

package the project, and the installation package in the out directory:

yarn run pack

About

OpenSumi Electron Version

https://opensumi.com/zh/docs/integrate/quick-start/electron

License:MIT License


Languages

Language:TypeScript 53.6%Language:JavaScript 43.1%Language:HTML 1.4%Language:Shell 1.1%Language:Less 0.9%