devTool
Developer tools
Problems Solved
- Deploy to third party APP code debugging!
- Third party service access to APP debugging!
The client
[Similar to WeChat developer tool public account mode]: in this paper,
electronjsBuild cross-platform applications. Integrated browser kernel & client plug-in, build a basic simulation running environment!Service: Automatically build a local or public network service after scanning code verification. The client temporarily accesses the service!
Debugging [similar to WeChat Developer Tools applet mode] : Adopt Google’s open source DevTools proxy client and server, connect breakpoints between real machine and client and other common debugging!
uses
- npm install –save-dev
- npm run start
Effect of devTools
Source: https://github.com/UIorPM/ele…