mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.yaml | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| pre-build.js | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Iron Remote Desktop RDP
This is implementation of RemoteDesktopModule interface from iron-remote-desktop for RDP connection.
Development
Make your modification in the source code then use iron-svelte-client to test.
Build
Run npm run build
Usage
As member of the Devolutions organization, you can import the Web Component from JFrog Artifactory by running the following npm command:
$ npm install @devolutions/iron-remote-desktop-rdp
Otherwise, you can run npm install targeting the dist/ folder directly.
Import the iron-remote-desktop-rdp.umd.cjs from node_modules/ folder.