1. [vite-pwa/nuxt](https://github.com/vite-pwa/nuxt/tree/main/playground) nuxt.config.ts 파일 참고해서 PWA 1차적으로 구현, 2. [서비스 워커에 registration 과 pushSubscription 생성](https://web.dev/articles/push-notifications-subscribing-a-user?hl=ko) - 생성전에 애플리케이션 서버 키 필요함. ( 해당 페이지 참고 ) 3. [푸시이벤트 등록 및 데이터 출력 ](https://web.dev/articles/push-notifications-handling-messages?hl=ko#the_push_event) 4. [설정 방법 ](https://vit..