让JavaScript调试变得简单

让JavaScript调试变得简单

JavaScript 其它杂项

访问GitHub主页

共28Star

详细介绍

ESBIN

[Work In Progress]

JavaScript debugging made simple.

Download the latest release.

preview

Why

You may also like jsbin or webpackbin, this is like jsbin and webpackbin had a baby and works offline.

Notes

  • HTML and CSS are saved on the fly, for JS you need to press cmd/ctrl+s manually to save it.
  • No auto install support, you can install deps in bin directory manually for now.

Folder structure

  • app/: Main process, written with native ES6 support
  • src/: Renderer process, bundle with Webpack

Development

Basically you need to run yarn dev in a tab and run yarn app in another tab:

  • yarn dev: Run in development mode
  • yarn build: Build in production mode
  • yarn app: Open Electron app
  • yarn lint: Run eslint
  • yarn dist: Distribute Electron app for mac/windows/linux
  • yarn dist:mac: Distribute Electron app for mac
  • yarn dist:win: Distribute Electron app for windows
  • yarn dist:linux: Distribute Electron app for linux

License

MIT © EGOIST

推荐源码