A extension to give a PWA experience into your Flask web application. This extension provide some files to give your app some PWA experience like app installation, cached files and offline page.
- Flask
- Jinja
To use Flask-PWA extension in your project you need to install it with pip.
pip install flask-pwa
Flask-PWA provide some configuration files into your app: manifest.json
, sw.js
, offline.html
and icons
, to deliver best PWA experience.
PWA use this files to configure the minimum environment to works.
- User can provide your configuration files, overwriting default package files, like
offline.html
,manifest.json
,sw.js
.