Socket
Book a DemoInstallSign in
Socket

generator-pwa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-pwa

Progressive Webapp generator

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

generator-pwa NPM version Build Status

Progressive Webapp generator

Installation

npm install -g yo
npm install -g generator-pwa

Then generate your new project:

yo pwa

This would generate a dir structure like:

app/
|____css
| |____style.css
|____favicon.ico
|____images
| |____touch
| | |____apple-touch-icon.png
| | |____chrome-touch-icon-192x192.png
| | |____icon-128x128.png
| | |____ms-touch-icon-144x144-precomposed.png
|____index.html
|____js
| |____app.js
| |____push.js
|____server.js
|____sw.js

Run

  gulp

For push notification

  npm start

##TODO

  • - Prompt for all manifest.json related fields.

  • - AskFor static-cache-path (automatically pick the required files)?

  • - Use async-await in sw.js.

  • - Add background sync.

  • - Add a gif!

License

MIT © Hemanth.HM

Keywords

yeoman-generator

FAQs

Package last updated on 29 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts