September 28, 2019
Install Salesforce CLI
Step 1 :
To download salesforce CLI, you can use following link:
a) https://developer.salesforce.com/tools/sfdxcli
To download salesforce CLI, you can use following link:
a) https://developer.salesforce.com/tools/sfdxcli
OR
Operating System | Link to Installer |
---|---|
macOS | https://sfdc.co/sfdx_cli_osx |
Windows 32-bit | https://sfdc.co/sfdx_cli_win |
Windows 64-bit | https://sfdc.co/sfdx_cli_win64 |
Debian/Ubuntu 64 | https://sfdc.co/sfdx_cli_linux Download the archive from one of the URLs in the manifest, extract the archive, then run the ./install script. |
Debian/Ubuntu x86 | https://sfdc.co/sfdx_cli_linux_x86 Download the archive from one of the URLs in the manifest, extract the archive, then run the ./install script. |
Labels:
LWC
September 26, 2019
How to Setup Salesforce DX Environment?
- Lightning Web Component (LWC) is lightweight because it is built on a code which runs natively on browser and delivers exceptional performance. LWC uses core Web Components Standards i.e. Templates, Custom Elements, Shadow DOM, Imports and provides only what is necessary to perform well in browsers supported by Salesforce.
- In this blog post, I am going to show you how to setup Salesforce DX Environment to develop Lightning Web Component.
- Salesforce DX is an open and standard developer experience which lets you build with tools like Git, Selenium, VS Code, Eclipse and more.
- Visual Studio (VS) Code is an editor where salesforce developer can code. It's free, open-source and available for Windows, Linux and MacOS.
- To supercharge Visual Studio Code, we install Salesforce Extension Pack. It installs essential Salesforce extensions all at once.
Labels:
LWC
Subscribe to:
Posts (Atom)