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.
- Host: GitHub
- URL: https://github.com/forcedotcom/lwc-builder
- Owner: forcedotcom
- License: bsd-3-clause
- Created: 2021-01-29T16:29:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:58:41.000Z (almost 2 years ago)
- Last Synced: 2025-06-29T16:05:15.317Z (11 months ago)
- Topics: lightning-web-components, lwc, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ninoish.lwc-builder
- Size: 9.39 MB
- Stars: 28
- Watchers: 8
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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"

## Demo Video
[](https://youtu.be/prhVtTGvMeU?t=573 'How we built LWC Builder VSCode Extension')
## Sample Screenshot

## 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.