项目作者: victorgz

项目描述 :
Examples of the implementation and testing of Apex Continuations in LWC and Aura
高级语言: Apex
项目地址: git://github.com/victorgz/sfdc-apex-continuations.git
创建时间: 2020-05-12T13:50:14Z
项目社区:https://github.com/victorgz/sfdc-apex-continuations

开源协议:MIT License

下载


Apex Continuations: Implementation and testing in Aura and Lighting Web Components

Installation with SFDX

  1. Set up your environment. If you haven’t done it yet, follow the steps in the Quick Start: Lightning Web Components Trailhead project:
  • Enable a Dev Hub in your Trailhead Playground
  • Install the Salesforce CLI
  • Install Visual Studio Code
  • Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
  1. Authenticate with your hub org and provide it with an alias (myhuborg in the command below):
  1. sfdx force:auth:web:login -d -a myhuborg
  1. Clone the repository:
  1. git clone https://github.com/victorgz/sfdc-apex-continuations
  2. cd sfdc-apex-continuations
  1. Create a scratch org and provide it with an alias (continuations_scratch in the command below):
  1. sfdx force:org:create -s -f config/project-scratch-def.json -a continuations_scratch
  1. Push the app to your scratch org:
  1. sfdx force:source:push
  1. Open the scratch org:
  1. sfdx force:org:open

Now the code is ready in your scratch org, and you can test the different Lightning Web Components inside your pages

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.