Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
This project contains a minimal LWC located at force-app/main/default/lwc/test/. It renders static text inside an SLDS box and is exposed to App, Record, and Home pages.
v2 (current)
- Display text: changed from
testtotest caseintest.html. - API version: lowered from
67.0to66.0intest.js-meta.xmland insfdx-project.json(sourceApiVersion) so the component deploys to the target org, which supports a maximum API version of 66.0.
v1 (initial)
- Created the
testLWC bundle (test.html,test.js,test.js-meta.xml) displaying the texttestat API version 67.0.
Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.
The sfdx-project.json file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.