A collection of easy-to-digest code examples for Lightning Web Components on any platform.
Перейти к файлу
René Winkelmeyer 893db2d4dc
Fix value calculation for input onchange event (#16)
2019-06-12 05:19:42 +02:00
.circleci Update dependencies and CI config (#1) 2019-06-01 23:08:36 +02:00
.github Initial commit 2019-05-29 08:36:20 -07:00
src Fix value calculation for input onchange event (#16) 2019-06-12 05:19:42 +02:00
.eslintignore Dependency updates (#8) 2019-06-05 12:31:45 +02:00
.eslintrc.json Initial commit 2019-05-29 08:36:20 -07:00
.gitignore Initial commit 2019-05-29 08:36:20 -07:00
.prettierignore Initial commit 2019-05-29 08:36:20 -07:00
.prettierrc Initial commit 2019-05-29 08:36:20 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-05-29 08:36:20 -07:00
CONTRIBUTION.md Initial commit 2019-05-29 08:36:20 -07:00
LICENSE.md Initial commit 2019-05-29 08:36:20 -07:00
Procfile Adding Heroku Pipelines and Review Apps (#3) 2019-06-04 01:55:28 +02:00
README.md README update (#14) 2019-06-06 21:18:23 +02:00
app.json Adding Heroku information (#13) 2019-06-06 18:34:32 +02:00
heroku.yml Fix value calculation for input onchange event (#16) 2019-06-12 05:19:42 +02:00
lwc-services.config.js Initial commit 2019-05-29 08:36:20 -07:00
package.json Dependency updates (#8) 2019-06-05 12:31:45 +02:00
yarn.lock Dependency updates (#8) 2019-06-05 12:31:45 +02:00

README.md

Lightning Web Components Recipes Open Source

CircleCI codecov

A collection of easy-to-digest code examples for Lightning Web Components Open Source. Each recipe demonstrates how to code a specific task in 30 lines of code or less. A View Source link takes you right to the code in GitHub. From Hello World to data access and third-party libraries, there is a recipe for that!

Recipes Live Version

Check out https://lwc-recipes-oss.herokuapp.com live on Heroku. Or on https://recipes.lwc.dev.

Deploy to Heroku

If you want to deploy LWC Recipes Open Source to Heroku - there's a button for that.

Deploy

Local Development

  1. Clone the lwc-recipes-oss repository:
git clone https://github.com/trailheadapps/lwc-recipes-oss
cd lwc-recipes-oss
  1. Install the project dependencies using yarn (or npm, if you prefer that alternatively)
yarn install
  1. Start the app in watch mode.
yarn watch
  1. Enjoy the app!