JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q38934F
  • License BSD-2-Clause

meeseOS GUI

Package Exports

  • @meese-os/gui
  • @meese-os/gui/dist/esm.js
  • @meese-os/gui/dist/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@meese-os/gui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

MeeseOS GUI Module

This is the main client GUI component module of MeeseOS.

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 MeeseOS 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.

TODO

  • Add GUI testing