chore: added note regarding prerequisites to run the demos (#907)

refs https://github.com/ing-bank/lion/issues/905
This commit is contained in:
Markus Staab 2020-08-31 17:31:21 +02:00 committed by GitHub
parent c17e73ad7d
commit 0750431ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ We do have a [live Storybook](http://lion-web-components.netlify.com) which show
**Please note:** This project uses Yarn [Workspaces](https://classic.yarnpkg.com/en/docs/workspaces). If you want to run all demos locally you need to get [Yarn](https://classic.yarnpkg.com/en/docs/install) and install all dependencies by executing `yarn install`.
The code examples make use of [Javascript tagged template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) which are a key component of the [lit-html engine](https://lit-html.polymer-project.org/) used in Lion.
Additionally imports like `import '@lion/form/lion-form.js'` need to be transformed somehow, for example by [es-dev-server](https://open-wc.org/developing/es-dev-server.html#node-resolve).
## Features
- pure es modules