Using Service
This guide explains how to control your service on the Simulator.
Adding Service
You can add a JS Service on the Simulator.
-
Click Menu > File > Add Service or click the Service button on the bottom of RCU.
-
Select the root direction of the service to add and click OK.
The root directory must be the directory where package.json is located.
-
Check if the service is successfully added on the JS Service window.
Starting / Stopping Service
You can start or stop the added service.
-
Click Menu > Tools > Service List.
-
Click the service to start or stop on the JS Service window
Remove Service
You can remove a service.
-
Click Menu > Tools > Service List.
-
Right-click the service to remove from the JS Service window and select Remove.