Skip to content
#

progressive-web-apps

pwa logo

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...

averied
averied commented Jul 31, 2018

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.

  1. $ npm install -g vue-cli

  2. $ 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

pwa-asset-generator
onderceylan
onderceylan commented Sep 2, 2019

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

arunbasillal
arunbasillal commented Jan 20, 2019

/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
         
bug
terichadbourne
terichadbourne commented Jan 25, 2018

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
You can’t perform that action at this time.