Package Exports
- vumigo_v02
- vumigo_v02/lib/index.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 (vumigo_v02) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vumi Javascript Sandbox Toolkit
Javascript toolkit and examples for use with the Vumi Javascript sandbox.
Documentation available online at
http://vumi-jssandbox-toolkit.readthedocs.org/ and in the docs
directory of the repository.
To run tests locally:
$ npm install
$ npm testTo build the docs locally:
$ virtualenv --no-site-packages ve/
$ source ve/bin/activate
(ve)$ pip install Sphinx
(ve)$ cd docs
(ve)$ make htmlYou'll find the docs in docs/_build/html/index.html.
You can contact the Vumi development team in the following ways:
- via email by joining the the vumi-dev@googlegroups.com mailing list
- on irc in #vumi on the Freenode IRC network
Issues can be filed in the GitHub issue tracker. Please don't use the issue tracker for general support queries.
