function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Husain AtharHusain Athar 

convert custom visualforce page to lightning component

Hello All,

Earlier we developed one of our client's application in the classic version. Now we are planning to migrate it into the lightning version. Is there any software tool available to convert the whole application into lightning without re-writing entire code from the scratch. Also, suggest us steps of conversion.
Raj VakatiRaj Vakati

I dnt think so .. there is no such tool but refer this video . Only there is a tool to convert Javascript buttons to quick actions 

https://developer.salesforce.com/events/webinars/migrating-visualforce-pages-lightning
Armoury05Armoury05
1. Update the checkbox in the Visualforce -  Available for Lightning Experience, Lightning Communities, and the mobile app
2. Add the attribute lightningStylesheets="true" in the <apex:page> markup for lightning.
3. Add this VF page as one of the component in your lightning page.