chore: added note regarding prerequisites to run the demos (#907)
refs https://github.com/ing-bank/lion/issues/905
This commit is contained in:
parent
c17e73ad7d
commit
0750431ceb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue