This is a sample app that shows how a Visualforce page can be converted to Lightning Web Components.
-
Clone the repository:
git clone https://github.com/satyasekharcvb/vf2lwc cd vf2lwc
-
Create a scratch org and provide it with an alias (vf2lwc in the command below):
sfdx force:org:create -s -f config/project-scratch-def.json -a vf2lwc
-
Push the app to your scratch org:
sfdx force:source:push
-
Assign the Incident_Management permission set to the default user:
sfdx force:user:permset:assign -n Incident_Management
-
Open the scratch org:
sfdx force:org:open
-
Navigate to the Incident Management App
-
Create a few Incidents from the Incidents Tab
-
Checkout the Visualforce page on the Incident Management VF tab
-
Checkout the LWC implmentation on the Incident Mgmt LWC tab.