my-lwc-lib
v1.0.71
Published
Playground project to experiment with LWC.
Downloads
1,619
Readme
LWC playground
The simplest LWC setup for simple experiments and bug reproductions.
$ npm run dev # Get app server running
$ npm run build # Build app in production mode
$ npx serve # Serve the app (after running `npm run build`).TypeScript
To enable TypeScript in the LWC playground, add @rollup/plugin-typescript to the list of plugins in rollup.config.js. The playground has a pre-configured tsconfig.json that allows both JS and TS files to be used.
