0.0.2 • Published 3 months ago

lwc-server v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

lwc-server

This is a simple server for local LWC (Lightning Web Components) development

https://www.npmjs.com/package/lwc-server

Installation

npm install -g lwc-server

Usage

lwc-server [path to lwc directory] <flags>

Options | Flag | Short | Description | | -------- | -------- | -------- | | --default | -d | Default the path so you can pass myComponent instead of force-app/main/default/lwc/myComponent |

Examples

lwc-server force-app/main/default/lwc/myComponent

lwc-server myComponent --default

Todo

Much. For now this only works for the most basic of LWC.

Development

todo


written by Jamie Smith

0.0.2

3 months ago

0.0.1

3 months ago