0.0.6-dev.13 • Published 12 months ago
@extscreen/es3-debug-server v0.0.6-dev.13
Hippy Debug Server
The package provide the debug server communicated with native(Android apk or iOS Simulator) and the local web development.
Usage
@hippy/debug-server-next can be installed globally, but install to local in most case.
npm install -g @hippy/debug-server-next # Install
cd hippy-react-demo # Change to a hippy-react project folder.
hippy-debug # Start the debug serverIf you use custom cli, you could customize like this:
const { webpack, startDebugServer } = require('@hippy/debug-server-next');
// start hippy dev with HMR supported
webpack(webpackConfig, (err, stats) => {
// add you custom callback here...
});
// start hippy debug
startDebugServer();Private Deployment
If you want to use remote debug, you could follow this doc to deploy your debug server.
0.0.6-dev.12
12 months ago
0.0.6-dev.11
12 months ago
0.0.6-dev.13
12 months ago
0.0.6-dev.1
12 months ago
0.0.6-dev.3
12 months ago
0.0.6-dev.2
12 months ago
0.0.6-dev.9
12 months ago
0.0.6-dev.8
12 months ago
0.0.6-dev.5
12 months ago
0.0.6-dev.4
12 months ago
0.0.6-dev.7
12 months ago
0.0.6-dev.6
12 months ago
0.0.6
1 year ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago