Overview Version History Q & A Rating & Review
LWR Create For LWC Open Source
VS Code extension for Salesforce's Lightning Web Runtime and Lightning Web Component Open Source. This helps developers scaffolding new LWC components and layout templates for LWR Open source.
Install/Download the extension
LWR Create For LWC Open Source
Features
Below features are supported for LWR OSS projects
Create new Lightning web component.
Create new JS Only Lightning web component.
Create new CSS Only Lightning web component.
Create layout template for your web app.
Create new Nunjucks template in the projects layout folder.
Create new Markdown Content page.
Requirements
NA
Known Issues
None so far
Release Notes
0.0.1
Initial release with three commands
LWR: Create Lightning Web Component
LWR: Create Lightning Web Component (JS only)
LWR: Create Lightning Web Component (CSS only)
LWR: Create LWR Layout
0.0.2
Added two more commands
LWR: Create Nunjucks(njk) Layout
LWR: Create Markdown Content
Updated the custom folder path options in commands.
0.0.4
Added JavaScript code snippets starting with lwr.
lwr:eventDispatch
lwr:eventDispatchDetail
lwr:alertSuccess
lwr:alertError
lwr:alertWarning
lwr:promptDefault
lwr:promptWithHeader
lwr:confirmWithoutHeader
lwr:confirmWithHeader
lwr:importLightningAlert
lwr:importLightningPrompt
lwr:importLightningConfirm