pwa-app-updates
pwa-app-updates copied to clipboard
Give Users Control Over App Updates in Vue CLI 3 PWAs
pwa-app-updates
This is a companion repo for this article: Give Users Control Over App Updates in Vue CLI 3 PWAs
Selecting a branch to clone:
- If using Vue CLI 4, clone the
masterbranch. - If using Vue CLI 3, clone the
vue-cli-3branch.
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint