BionicFramework / BionicCLI

Bionic Framework CLI - Ionic Framework CLI clone to build and deploy PWAs and Mobile Apps using Blazor
MIT License
58 stars 4 forks source link

Introduce PWA Init command #9

Open bmsantos opened 6 years ago

bmsantos commented 6 years ago

PWAs require some boilerplate to be added to application. In this ticket, introduce the first PWA command to init PWAs in any given project.

Example Command Usage:

bionic pwa init

For now, this command will have to be based on BionicBridgeCapacitor to provide PWA functionality. This will require capacitor.js, manifest.json and BionicBridgeCapacitor. Check SnapNotes app for example.