Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@kdh/gui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdh/gui

OS.js v3 GUI

latest
Source
npmnpm
Version
4.0.29
Version published
Weekly downloads
2
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

OS.js Logo

OS.js is an open-source desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.

Build Status Support Back Sponsor Donate Donate Community

OS.js v3 GUI Module

This is the main client GUI component module of OS.js.

Contains all components and adapters for the default UIs.

Development

This package has two build targets: UMD and ES.

UMD is built with Webpack via npm run build (or npm run watch), and ES via npm run build:esm (or npm run watch:esm).

The OS.js distribution uses the UMD build to load stylesheets, and everything else uses ES modules to load components, service providers etc.

So effectively you need to run both in order for this to work while developing.

The UMD javascript bundle is currently only used for environments like Codepen.

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Keywords

osjs

FAQs

Package last updated on 14 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts