1.0.8 • Published 7 years ago

tryagain v1.0.8

Weekly downloads
1
License
BSD
Repository
-
Last release
7 years ago

tryagain

Get the AMD module located at tryagain.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'Tryagain': 'tryagain'
  }
});

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

  React.render(React.createElement(Tryagain), 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;
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago