A javascript library for building cross-site web widgets.
URL: https://github.com/pqe/widgetfly
Read the docs to learn about the 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
You can also launch the grunt serve
task to load the "examples" 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
Widgetfly was initiated with generator-amd, a Yeoman generator that builds an AMD module boilerplate.
This project uses the following as development dependencies: