Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsiefke/coinflip-pwa
A progressive web app with offline support, build with https://github.com/vuejs-templates/pwa
https://github.com/simonsiefke/coinflip-pwa
Last synced: 8 days ago
JSON representation
A progressive web app with offline support, build with https://github.com/vuejs-templates/pwa
- Host: GitHub
- URL: https://github.com/simonsiefke/coinflip-pwa
- Owner: SimonSiefke
- Created: 2017-09-07T09:10:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T20:58:05.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T20:02:45.180Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coinflip-pwa
> A Vue.js project.
> It fetches a random number from https://www.random.org to simlulate the outcome of a random coin flip.
> Live demo: http://explorer-indicator-10170.netlify.com## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report```