phosphor-core v0.8.0
phosphor-core
The core non-ui functionality of the PhosphorJS project.
Package Install
Prerequisites
npm install --save phosphor-coreSource Build
Prerequisites
git clone https://github.com/phosphorjs/phosphor-core.git
cd phosphor-core
npm installRebuild
npm run clean
npm run buildRun Tests
Follow the source build instructions first.
npm testSupported Runtimes
The runtime versions which are currently known to work are listed below. Earlier versions may also work, but come with no guarantees.
- IE 11
- Edge (latest)
- Firefox (latest)
- Chrome (latest)
- Node (latest)
Bundle for the Browser
The modules in this package are designed to be required directly:
var Signal = require('phosphor-core/lib/patterns/signaling').Signal;
// or via ES6 import
import { Signal } from 'phosphor-core/lib/patterns/signaling';Any bundler which understands the CommonJS format and the NodeJS module lookup semantics can be used with this package. Webpack is known to work well for this purpose.
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago