An open API service indexing awesome lists of open source software.

https://github.com/forcedotcom/lwc-builder

VSCode Extension to kickstart Lightning Web Component development.
https://github.com/forcedotcom/lwc-builder

lightning-web-components lwc vscode vscode-extension

Last synced: 10 months ago
JSON representation

VSCode Extension to kickstart Lightning Web Component development.

Awesome Lists containing this project

README

          

# lwc-builder

VSCode extension to build Salesforce Lightning Web Component (LWC) on the UI.

## Installation

Now available on VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=ninoish.lwc-builder

To open LWC Builder:

- Open the command palette and find "Open LWC Builder" command
- Right click on the "lwc" folder of your SFDX Project and click "Open LWC Builder"

![Screenshot](https://i.imgur.com/9NV0kK0.jpg)

## Demo Video

[![DEMO VIDEO](https://img.youtube.com/vi/prhVtTGvMeU/0.jpg)](https://youtu.be/prhVtTGvMeU?t=573 'How we built LWC Builder VSCode Extension')

## Sample Screenshot

![Full Screenshot](https://imgur.com/dNL3W4S.jpg)

## LICENSE

This extension is distributed under the [BSD-3](https://opensource.org/licenses/BSD-3-Clause) license.

## Contribution

Anyone is welcome to contribute.
Please follow [CONTRIBUTING.md](https://github.com/forcedotcom/lwc-builder/blob/main/CONTRIBUTING.md).

See also [lwc-builder-ui](https://github.com/forcedotcom/lwc-builder-ui).
lwc-builder is a VSCode Extension that launches lwc-builder-ui in VSCode context.