To get started with the WebUI X framework, you can install the webuix package from npm:
webuix
npm install webuix Copy
npm install webuix
Once installed, you can import the necessary modules in your TypeScript files:
import { WXEventHandler } from "webuix"; Copy
import { WXEventHandler } from "webuix";
WebUI X uses the MMRL Sanitized Module ID feature. Please visit the documentation for more information.
Getting Started
To get started with the WebUI X framework, you can install the
webuix
package from npm:Once installed, you can import the necessary modules in your TypeScript files: