SF - LWC学习笔记1

文章目录

      • I. 前期准备:
        • 1. 本地安装Salesforce CLI (Command Line Interface)
        • 2. 安装VSCode插件
        • 3. 常用官方参考文档

I. 前期准备:

1. 本地安装Salesforce CLI (Command Line Interface)

1-1. CLI安装下载地址传送门:
macOS ,Windows 64-bit

1-2. CLI可以做什么:

  • Aggregate all the tools you need to develop with and perform commands
    against your Salesforce org
  • Synchronize source to and from scratch orgs
  • Create and manage orgs
  • Import and export data
  • Create and execute tests
  • Create and install packages
    官方介绍CLI传送门
    使用Salesforce CLI来控制Salesforce应用程序的整个生命周期。
    可以轻松地创建开发和测试环境,在org之间同步源代码,并执行测试等

2. 安装VSCode插件

之前做classic平台的开发,一直使用的是Sublime+HaoIDE,方便快捷。然而,LWC的推出,SFDX概念的推出,Salesforce也紧密和微软合作推出了VSCode插件包(Package Set)。
点击扩展插件按钮,然后搜索Salesforce Extension Pack,并一键安装。
SF - LWC学习笔记1_第1张图片

3. 常用官方参考文档

  • Lightning Web Components Dev Guide
  • LWC & Aura Component Library
  • Lightning Web Components Playground

Trailhead Link: Quick Start: Lightning Web Components
Trailhead Link: Lightning Web Components Basics

你可能感兴趣的:(Salesforce)