Package Exports
- bali-component-framework
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 (bali-component-framework) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bali Component Framework
This project provides a JavaScript/NodeJS version of the foundation framework classes for the Bali Nebula™. It implements the Bali Document Notation™, which allows your browser to communicate with the Bali Nebula™ similar to the way JSON based web services communicate with each other but using a much more powerful interchange language.
WARNING This project is still in its early stages and the classes and interfaces to the classes are likely to change.
Quick Links
For more information on this project click on the following links:
Getting Started
To install this NodeJS package, execute the following command:
npm install bali-component-framework
Then add the following line to your NodeJS modules:
var bali = require('bali-component-framework);
Check out the example code here.