Skip to content

vaadin/flow-hilla-common

Repository files navigation

Flow & Hilla Common Utilities

Frontend CI codecov

The collection of common utilities used by Vaadin Flow and Hilla.

Package Status
@vaadin/common-frontend Latest Stable Version

Contribution

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

Requirements

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 lower npm)