[SalesForce] How to call lightning component from VF page

I have a lightning component,lightning controller and a custom 'New' button.Since custom button can only refer to VF page and not to lightning component.How can I make VF page to call lightning component as soon as custom 'New' button is clicked.

I cannot go with Quick Actions since I need this in List view and Actions cannot be added in List view.

Please help with this.

Best Answer

You can use Lightning out to expose the Component to Visualforce.

Refer: Use Lightning Components in Visualforce Pages. Information is online hence, not quoting from it. Let us know if you are stuck.

For navigation in lightning on Visualforce, you would have to use sforce.one object.