progressive-web-apps
Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.
Here are 80 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
As W3C specs on manifest file has been extended with the new purpose field and maskable icons, it's a good idea to add maskable icons feature to pwa-asset-generator.
Describe the solution you'd like
We need to add a new flag --maskable which will be respected when icons are generated. When flag is provided, the manifest fi
⚡️ PWA Features to Any Website (very Fast & Easy)
-
Updated
Jan 23, 2020 - JavaScript
/app/public/superpwa.com/wp-content/plugins/super-progressive-web-apps/admin/basic-setup.php on line 415
Happened on WooCommerce orders page where query_vars had this:
Array
(
[order] =>
[orderby] =>
[posts_per_page] => 20
[post_type] => shop_order
[post_status] => Array
(
[0] => wc-pending
[1] => wc-processing
Progressive Web Apps logo. Feel free to use it! #PWALogo
-
Updated
Jan 24, 2020
A progressive web app to read Stack Overflow content.
-
Updated
Jan 21, 2020 - JavaScript
This extension detects if a website registers a Service Worker.
-
Updated
Jan 22, 2020 - JavaScript
🐈 Progressive Web App demo that showcases flaky network resilience measures (📶 or 🚫📶).
-
Updated
Jan 10, 2020 - JavaScript
Shopping List is an Offline First demo Progressive Web App built using Vue.js and PouchDB.
-
Updated
Dec 4, 2019 - HTML
This is a duplicate of the issue already fixed on the Vanilla implementation, now moving over to the template so we can use the updates everywhere.
- - Cover key concepts such as Offline First, Service Workers, etc. (can be pulled from tutorial)
- - Explain why Offline First makes an app (in this case, a shopping list app) more useful through the lens of user experience
- - Exp
-
Updated
Jan 21, 2020 - JavaScript
Des: Create an option like a button to be displayed and once we click this button app should get installed
https://secure.helpscout.net/conversation/892537661/72351?folderId=1680016
An Offline First project management tool, built as a Progressive Web App with PouchDB, CouchDB, and service workers
-
Updated
Jan 21, 2020 - JavaScript
A Web Component for your PWA to share urls and content on social networks
-
Updated
Dec 9, 2019 - TypeScript
Shopping List is an Offline First demo Progressive Web App built using React and PouchDB.
-
Updated
Jan 16, 2020 - JavaScript
Shopping List is an Offline First demo Progressive Web App built using Polymer and PouchDB.
-
Updated
Jan 8, 2020 - HTML
Progressive web apps install (add to home screen) vanilla web component
-
Updated
Jan 20, 2020 - HTML
Shopping List is an Offline First demo Progressive Web App built using Vanilla JS and PouchDB.
-
Updated
Jan 26, 2020 - JavaScript
Building Progressive Web Apps with Angular - Devconf 2018
-
Updated
Dec 26, 2019 - HTML
Use universal the Web Platform primitives, a patterns and Polymer Project for reusable, performant, maintainable code.
-
Updated
Feb 15, 2019
Update README.md
Tasks
- badges (Circle CI build status)
- webpage UI screenshot in mobile device
- features
-
local lighthouse results - webpagetest.org lighthouse results
-
architecture structure image - prerequisites
- scripts
- storybook
- contiribution
- stage server description (https://hnpwa-react-stage.firebaseapp.com/)
Aplikasi untuk menunjukkan waktu saat ini dengan gambaran jam analog . Dibuat dengan VueJS dan mode Progressive Web Apps
-
Updated
Feb 11, 2019 - JavaScript
Building blocks for progressive web apps (PWA)
-
Updated
Dec 18, 2019
An improved project template for vue-cli with basically everything you might need.
-
Updated
Feb 28, 2019 - JavaScript
🗞 Hacker News Reader Progressive Web App (PWA) built with NextJS
-
Updated
Jul 11, 2019 - JavaScript
Released 2015
- Website
- developer.mozilla.org/en-US/Apps/Progressive
- Wikipedia
- Wikipedia

OK so i follow the instructions in the main page:
Usage
This is a project template for vue-cli. It is recommended to use npm 3+ or yarn for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init pwa my-project //AT THIS POINT I GET AN ERROR SAYING THAT I NEED TO "npm install -g @vue/cli-init". Is this step missing in the docs? o am I doing something wrong?.
Also