This is the basis for a third party widget for AskThem.io, it will be distributed via jQuery loader and multiple instances of the Ember app will be able to run on a page.
This Ember.app is the basis for an embeddable widget that helps people set up AskThem.io other embeddable widgets!
It's a form that sets up various AskThem.io widget options and outputs HTML that widget embedders can copy and paste.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
ember install
- answer "1" for ember#canary from the prompt from bower (after ember 1.12.0 is released, probably a good idea to switch to standard ember releases)
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
In the case of AskThem.io, this is a manual process right now. I'll write a post about it at some point.
Otherwise the deployment should be fairly standard. Just remember to set up your configuration via meta tags on the host page. See app/index.html and tests/index.html for example configuration.
Originally developed by Walter Mcginnis.
This ember-cli add-on was built as a part of widget work for http://askthem.io.
Thanks to the Ember.js, ember-cli, and Broccoli teams for excellent work.