A javascript library for building cross-site(cross domain) web widgets.
Website URL: http://pqe.github.io/widgetfly/
Widgetfly SDK is a javascript framework that helps you to building cross-site(cross domain) web widgets. It gives architecture to web widgets by providing cross-site Events model and basic UI Features.
Read the documentation to learn about the Widgetfly.
http://pqe.github.io/widgetfly/
In order to build your generated AMD module from its source, you will also need Grunt. To install Grunt globally on the command line (and run the above build task), run:
npm install -g grunt-cli
Once you have generated your AMD module skeleton, you can build the minified files, the documentation and the example with Grunt:
grunt
bower install dependencies
grunt bower-install
You can also launch the grunt serve
task to load the "examples/dev" folder in your browser and benefit from livereload of the page in the browser once you edit one of your source file or one of the example files:
grunt serve
- Newer versions of Google Chrome, Safari, Firefox
- IE10+
- 2014-09-03 v0.1.3 New autoStart option supports Server trigger start event manually.