Slightly opinionated scaffolding for building plugin-based IDE-style applications.
Prerequisites
npm install --save phosphidePrerequisites
git clone https://github.com/phosphorjs/phosphide.git
cd phosphide
npm installRebuild
npm run clean
npm run buildFollow the source build instructions first.
# run tests in Firefox
npm test
# run tests in Chrome
npm run test:chrome
# run tests in IE
npm run test:ieFollow the source build instructions first.
npm run docsNavigate to docs/index.html.
Follow the source build instructions first.
npm run build:exampleNavigate to example and start a server.
The runtime 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+