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
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-pwa-install-helpers
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2019-08-22T12:50:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T15:06:20.000Z (over 4 years ago)
- Last Synced: 2025-02-01T18:11:25.349Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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