Skip to content

owdproject/owd-app-iframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iframe module for OWD Client

An iframe module to show any page into Open Web Desktop

OWD Iframe module module demo

Become a Patron Join us on Discord

Demo

Try it out, just open the terminal and type "iframe"

Overview

It's a demo module that shows how to create an iframe window using the <WindowIframe> component.

Quick install

  • Move to your client folder, then
    # Enter modules app directory
    cd src/modules/app/
    
    # Clone this repository
    git clone https://github.com/hacklover/owd-app-iframe iframe
    
  • Define this module in owd-client/client.extensions.ts
    import AboutModule from "@owd-client/core/src/modules/app/about";
    import DebugModule from "@owd-client/core/src/modules/app/debug";
    import IframeModule from "~/modules/app/iframe/client";
    
    export default {
      app: {
        modules: [
          AboutModule,
          DebugModule,
          IframeModule,
        ]
      },
      ...

Compatibility

  • Open Web Desktop client v2.0.0-beta.1

License

This project is released under the MIT License