All Projects → os-js → osjs-gui

os-js / osjs-gui

Licence: other
OS.js GUI Module

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to osjs-gui

Hyperbook
https://github.com/kwasniew/hyperbook-tutorial
Stars: ✭ 33 (+73.68%)
Mutual labels:  hyperapp
Scoped Style
A tiny css in js library 🚀
Stars: ✭ 129 (+578.95%)
Mutual labels:  hyperapp
osjs-server
OS.js Server Module
Stars: ✭ 17 (-10.53%)
Mutual labels:  osjs
Hyperapp Todo Simple
Simple crud todo-app with hyperapp.js
Stars: ✭ 48 (+152.63%)
Mutual labels:  hyperapp
Superfine
Absolutely minimal view layer for building web interfaces.
Stars: ✭ 1,542 (+8015.79%)
Mutual labels:  hyperapp
Hydux
A light-weight type-safe Elm-like alternative for Redux ecosystem, inspired by hyperapp and Elmish
Stars: ✭ 216 (+1036.84%)
Mutual labels:  hyperapp
Ijk
Transforms arrays into virtual dom trees; a terse alternative to JSX and h
Stars: ✭ 452 (+2278.95%)
Mutual labels:  hyperapp
hyperapp-example
hyperapp example
Stars: ✭ 14 (-26.32%)
Mutual labels:  hyperapp
Hyperapp Guide
HyperApp user's manual
Stars: ✭ 1,569 (+8157.89%)
Mutual labels:  hyperapp
packard-belle-desktop
Building website with packard-belle UI library and react-rnd
Stars: ✭ 44 (+131.58%)
Mutual labels:  osjs
Hyperapp Html
Html helper functions for Hyperapp V1
Stars: ✭ 83 (+336.84%)
Mutual labels:  hyperapp
Hyperapp Fx
Effects for use with Hyperapp
Stars: ✭ 105 (+452.63%)
Mutual labels:  hyperapp
packard-belle
Windows 98 React Component Library
Stars: ✭ 127 (+568.42%)
Mutual labels:  osjs
Hyperapp Boilerplate
This is a sample/boilerplate project that shows how to create a production-ready hyperapp application.
Stars: ✭ 45 (+136.84%)
Mutual labels:  hyperapp
Os.js
OS.js - JavaScript Web Desktop Platform
Stars: ✭ 5,864 (+30763.16%)
Mutual labels:  osjs
Covid.reports
https://covidreports.netlify.com/
Stars: ✭ 16 (-15.79%)
Mutual labels:  hyperapp
Hyperapp One
Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.
Stars: ✭ 129 (+578.95%)
Mutual labels:  hyperapp
cypress-hyperapp-unit-test
Unit test Hyperapp components using Cypress
Stars: ✭ 26 (+36.84%)
Mutual labels:  hyperapp
boiler
Another Golang boilerplate
Stars: ✭ 21 (+10.53%)
Mutual labels:  hyperapp
osjs-client
OS.js Client Module
Stars: ✭ 28 (+47.37%)
Mutual labels:  osjs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].