Integrating ember cli component in normal Jquery page

Hai, i am beginner to ember, i developed a small ember addon. Now, I got a situation to use that addon in a page where there is no ember, but only Jquery included. Is there any way to acheive this requirement? Kindly, let me know for any clarifications.Thanks in advance !

You would have to create a complete Ember App containing the original page as a handlebars template and use your addon that way. jquery is still added by default to Ember.

TVGsite is created like that until the complete site is switched over to Ember.