Skip to content

Lumino is a library for building interactive web applications

License

Notifications You must be signed in to change notification settings

davidbrochart/lumino

Repository files navigation

Phosphor

Package Install

Prerequisites

  • bower npm install -g bower
bower install phosphor

Source Build

Prerequisites

git clone https://github.com/phosphorjs/phosphor.git
cd phosphor
npm install
tsd reinstall -so
gulp

Output will be placed in the /dist directory.

Build Examples

Follow the source build instructions first.

gulp examples

Navigate to index.html of the example of interest.

Run the Tests

Follow the source build instructions first.

gulp tests

Navigate to tests/index.html to run the tests.

Supported Browsers

The browser versions which are currently known to work are listed below. Earlier versions may also work, but come with no guarantees.

  • IE 11
  • Firefox 32+
  • Chrome 38+

About

Lumino is a library for building interactive web applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.7%
  • CSS 1.4%
  • JavaScript 1.3%
  • Jupyter Notebook 0.5%
  • Handlebars 0.1%
  • Python 0.0%