groman00 / vue-pwa-starter

A simple boilerplate to start building progressive web apps with Vue js.
0 stars 0 forks source link

Vue PWA Starter

A simple boilerplate to start building progressive web apps with Vue js. Pre-loaded with:

TODO: Add template for vue-cli

Getting Started

Install

yarn

Build for dev

yarn dev

Build for dev and watch changes

yarn watch

Hot reloading

yarn hot

Build for prod

yarn prod

Run simple http server

yarn simple-server