Skip to content

Installation

James Hou edited this page Feb 7, 2021 · 22 revisions

With Unlocked Packages

Core:

Note: master has been pre-released to 1.5.0, I have not yet updated the unlocked packages (that is coming soon).

Version 1.4.0 (04t1Q000001QhyDQAS)

Recipes:

If you're working with this library for the first time, I strongly recommend you install this in a sandbox after you install core. To protect you, this unlocked package is marked as beta so that it cannot be installed in production.

With Source Code to your Sandbox

Clone it down and navigate to it

git clone https://github.com/tsalb/lwc-utils
cd lwc-utils

Deploy core

sfdx force:source:deploy -p utils-core

Optionally, deploy recipes

sfdx force:source:deploy -p utils-recipes

And use your preferred tool to move these to production.

Please refer to utils-core/main/default for all metadata required to move these components to a Production org.

Clone this wiki locally