An open API service indexing awesome lists of open source software.

https://github.com/vaadin-component-factory/vcf-pwa-install-helpers

Vaadin Component Factory PWA Install Helpers
https://github.com/vaadin-component-factory/vcf-pwa-install-helpers

Last synced: about 2 months ago
JSON representation

Vaadin Component Factory PWA Install Helpers

Awesome Lists containing this project

README

        

# Vaadin Component Factory PWA Install Helpers

## Installation

Install `vcf-pwa-install-helpers`:

```sh
npm i @vaadin-component-factory/vcf-pwa-install-helpers --save
```

## Usage

Once installed, import it in your application:

```js
import {
hasPwaInstallPrompt,
openPwaInstallPrompt
} from '@vaadin-component-factory/vcf-pwa-install-helpers';
```

## Contributing

To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.

## License

Apache License 2.0