Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.77 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.77 KB

Javascript Demo Cross platform Progressive Web Application built using Vue.js, Parcel and Sass. Available online as a PWA deployed using Netlify and as a native Android App compiled using the PWABuilder build tool.

This is just a counter application, that simply count things, it doesn't do anything else. It lets you create multiple counters and stores the countings in the local storage of the client device. It also can import and export the application data.

Example of a Vue app converted into a Progressive Web Application that can be published on the Google Play Store by using Trusted Web Activities. The PWA now can be installed on the android device as a WebApp through the website or as a native application through the Play Store.

Get it on Google Play Get APK from GitHub


Build and Publish

$ npm run build     # Build distributable /www folder
$ npm run deploy    # Upload updates