owdproject / owd-app-debug

Debug module for OWD Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug module for OWD Client

Debug app for your Open Web Desktop client

OWD Debug module demo

Join us on Discord Become a Patron

Overview

A module to test out OWD and see how windows work

Quick install

  • Move to your client folder, then
    # Install this module with Npm
    npm install https://github.com/owdproject/owd-app-debug
    
    # Or using Yarn
    yarn add https://github.com/owdproject/owd-app-debug
    
  • Define this module in owd-client/client.extensions.ts
    import DebugModule from "owd-app-debug";
    
    export default {
      modules: {
        app: [
          DebugModule,
        ]
      },
      ...

Compatibility

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

License

This project is released under the MIT License

About

Debug module for OWD Client

License:MIT License


Languages

Language:Vue 76.2%Language:TypeScript 23.8%