1.1.6 • Published 7 years ago

react-hello-world123333 v1.1.6

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

react amw webpack

Get the AMD module located at react-amw-webpack.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'ReactAmwWebpack': 'react-amw-webpack'
  }
});

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

  React.render(React.createElement(ReactAmwWebpack), 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.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago