8000 GitHub - Lu-Lucifer/ide-electron: OpenSumi Electron Version
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Lu-Lucifer/ide-electron

 
 

Repository files navigation

OpenSumi IDE Electron

English | 中文文档

OpenSumi Desktop

Startup

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

Develop

Start application:

yarn watch
yarn 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.1%
  • JavaScript 38.9%
  • HTML 1.2%
  • Other 1.8%
0