Skip to content

os-js/osjs-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

948824d · Sep 20, 2022
Sep 20, 2022
Sep 20, 2022
Aug 30, 2022
Sep 20, 2022
Jul 24, 2018
Aug 19, 2021
Jul 28, 2022
Nov 26, 2020
Jul 29, 2022
Jul 29, 2022
Sep 20, 2022
Sep 20, 2022
Jan 5, 2019
Jan 12, 2020

Repository files navigation

OS.js Logo

OS.js is an open-source web 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: 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.

Links