Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```