wizard-of-oz

0.2.4 • Public • Published

wizard of oz

Get the AMD module located at wizard-of-oz.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'WizardOfOz': 'wizard-of-oz'
  }
});

require(['react', 'WizardOfOz'], function(React, WizardOfOz) {

  React.render(React.createElement(WizardOfOz), document.getElementById('widget-container'));

});

Development

  • Development server npm start.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;

Package Sidebar

Install

npm i wizard-of-oz

Weekly Downloads

0

Version

0.2.4

License

BSD

Last publish

Collaborators

  • pavithra.k