# Hilla Frontend

[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/@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 @hilla/frontend
```

Once installed, import it in your application:

```js
import {login} from '@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.
