In this project, you’ll:
Lightning Web Components is a new programming model for building Lightning components. It uses web standards breakthroughs, can coexist and interoperate with the Aura programming model, and delivers unparalleled performance. To create and develop Lightning Web Components and use their powerful features and performance benefits, you need to set up Salesforce DX. For this Quick Start, you also use Visual Studio Code, which is the recommended code editor for developing on the Salesforce platform. Once your developer environment is ready, you learn how to write a simple Lightning web component and add it to a page in Lightning Experience.
The Salesforce Developer Experience (DX) is a set of tools that streamlines the entire development life cycle. It improves team development and collaboration, facilitates automated testing and continuous integration, and makes the release cycle more efficient and agile.
For this project, you need to create a new Trailhead Playground. Scroll to the bottom of this page, click the playground name, then click Create Playground. It typically takes 3-4 minutes to create a new Trailhead Playground.
Yes, we really mean a brand-new Trailhead playground! If you use an existing org or playground, you can run into problems completing the challenges.
Reset your password. You need both your username and password to authenticate your Trailhead Playground with the Salesforce CLI in a later step.
If you see a tab in your org labeled Get Your Login Credentials, great! Follow the steps below. If not, from the App Launcher (), find and select Playground Starter and follow the steps.
Use the Salesforce CLI to control the full application life cycle of your Salesforce apps. With it you can easily create environments for development and testing, synchronize source code between your orgs and version control system (VCS), and execute tests.
See the Salesforce CLI Setup Guide for complete installation instructions.
sf update
Updating CLI....
In our next step, we set up our local development environment with Visual Studio Code.
We won’t check any of your setup. Click Verify Step to go to the next step in the project.
In this project, you’ll:
Lightning Web Components is a new programming model for building Lightning components. It uses web standards breakthroughs, can coexist and interoperate with the Aura programming model, and delivers unparalleled performance. To create and develop Lightning Web Components and use their powerful features and performance benefits, you need to set up Salesforce DX. For this Quick Start, you also use Visual Studio Code, which is the recommended code editor for developing on the Salesforce platform. Once your developer environment is ready, you learn how to write a simple Lightning web component and add it to a page in Lightning Experience.
The Salesforce Developer Experience (DX) is a set of tools that streamlines the entire development life cycle. It improves team development and collaboration, facilitates automated testing and continuous integration, and makes the release cycle more efficient and agile.
For this project, you need to create a new Trailhead Playground. Scroll to the bottom of this page, click the playground name, then click Create Playground. It typically takes 3-4 minutes to create a new Trailhead Playground.
Yes, we really mean a brand-new Trailhead playground! If you use an existing org or playground, you can run into problems completing the challenges.
Reset your password. You need both your username and password to authenticate your Trailhead Playground with the Salesforce CLI in a later step.
If you see a tab in your org labeled Get Your Login Credentials, great! Follow the steps below. If not, from the App Launcher (), find and select Playground Starter and follow the steps.
Use the Salesforce CLI to control the full application life cycle of your Salesforce apps. With it you can easily create environments for development and testing, synchronize source code between your orgs and version control system (VCS), and execute tests.
See the Salesforce CLI Setup Guide for complete installation instructions.
sf update
Updating CLI....
In our next step, we set up our local development environment with Visual Studio Code.
We won’t check any of your setup. Click Verify Step to go to the next step in the project.
You need to login in order to like this post: click here
YOU MIGHT ALSO LIKE