Skip to content

Dev Environment Configuration

The development of robot apps relies on Node.js environment and IDE tools.

Node.js environmental installation

The compilation and debugging tool of robot application is developed based on Node.js, so for normal use, the Node.js runtime environment must be configured.

Download and install the Node.js runtime environment as required: https://nodejs.org/en/download/

IDE Tool

The development of robot application uses JavaScript language, WebStorm or Visual Studio Code is recommended for development

Introducing the SDK into the project

Text Only
# npm i -save-dev @autoxing/robot-js-sdk