Skip to content

os-js/osjs-gui

Repository files navigation

OS.js Logo

OS.jsis anopen-sourceweb desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Support Support Donate Donate

OS.js 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:UMDandES.

UMD is built with Webpack vianpm run build(ornpm run watch), and ES vianpm run build:esm(ornpm run watch:esm).

The OS.js distribution uses the UMD build to loadstylesheets,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 theOfficial Manualsfor articles, tutorials and guides.

Links