The collection of common utilities used by Vaadin Flow and Hilla.
Package | Status |
---|---|
@vaadin/common-frontend |
You can download the project and run tests using the following commands:
$ git clone https://github.com/vaadin/flow-hilla-common.git
$ cd flow-hilla-common
$ npm install
$ npm run build
$ npm test
To work with this project as a developer, you need the following versions of node
and npm
:
- NodeJS:
^12.20.0 || ^14.13.1 || >=16.0.0
(native support for ES Modules), - npm:
^7
(package-lock.json
is of version 2; also,lerna
is unable to bootstrap this project correctly with lowernpm
)