UNPKG

@vaadin/hilla-frontend

Version:

Hilla core frontend utils

34 lines (20 loc) 1.05 kB
# Hilla Core [API documentation ↗](https://hilla.dev/docs/tutorials/in-depth-course/login-and-authentication) [![Latest Stable Version](https://img.shields.io/npm/v/@hilla/frontend.svg)](https://www.npmjs.com/package/@vaadin/hilla-frontend) A set of utilities to interact with the [Hilla](https://hilla.dev/docs/) application server. A part of the Hilla project. ## Installation **NOTE**: This package is not supposed to used separately from the Hilla project. ```bash $ npm install @vaadin/hilla-frontend ``` Once installed, import it in your application: ```js import {login} from '@vaadin/hilla-frontend'; ``` ## Contribution Read the [contributing guide](https://vaadin.com/docs/latest/contributing-docs/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License Apache License 2.0 Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.