Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.08 KB

Arch Counter App

Netlify Status

Instructions

pnpm run install

Run the app

pnpm run dev

Vite Plugin for PWA (already install on the project)

Install: https://vite-plugin-pwa.netlify.app/guide/

https://vite-plugin-pwa.netlify.app/frameworks/vue.html#prompt-for-update

Generate changelog

pnpm run changelog

Test

pnpm run test

Apollo Vue 3

On localhost development CORS plugin activated to request to GraphQL endpoint

https://v4.apollo.vuejs.org/

iOS PWA prompt add to home screen

https://github.com/koddr/a2hs.js/

Netlify Troubleshouting with Vite and Workbox combination

vite-pwa/vite-plugin-pwa#89