@vaadin/hilla-frontend
Version:
Hilla core frontend utils
34 lines (20 loc) • 1.05 kB
Markdown
[](https://hilla.dev/docs/tutorials/in-depth-course/login-and-authentication)
[](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.
**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';
```
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.
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.