lwc-builder-ui-ninoish-test v0.1.2
lwc-builder-ui
LWC Builder UI is a tool to build Lightning Web Component (LWC) template for Salesforce Lightning Platform. Configure your lwc component settings with inputs and clicks, then press "Download" button to get lwc out of the box component files.
Live App
Currently not available until it has Terms of Use ready. Please deploy this repo to your own environment and use with your resonsibility.
How to start?
Start simple by running yarn watch
(or npm run watch
, if you set up the project with npm
). This will start the project with a local development server.
The source files are located in the src
folder. All web components are within the src/modules
folder. The folder hierarchy also represents the naming structure of the web components.
This tool is built with LWC. Find more information about the framework on its GitHub.
Contributing
Anyone is welcome to contribute.
Disclaimer
This tool is intended for experienced developers with LWC dev. It doesn't ensure code integrity. Please confirm the code before you deploy.
License
The code is available under the MIT license.