Installation

WireBootstrap for Salesforce can be downloaded from here.

Sample Application

The download includes a Visual Studio sample project that demonstrates the different ways in which Salesforce can be used to develop applications with WireBootstrap.

The sample is set up to use the Account object. It also requires that the configuration for an access token be set up. For details, visit Access Tokens.

Libraries

The WireBootstrap for Salesforce JavaScript library is in the \lib\wire-salesforce.js file off the root of the download. To use the library on a page, add a reference to it after a reference to the core WireBootstrap library.


<!-- WireBootstrap Core -->
<script src="./node_modules/@wirebootstrap/wire/wire.js"></script>

<!-- WireBootstrap for Salesforce -->
<script src="./wire-salesforce.js"></script>

Last updated