Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 887 Bytes

PWA.md

File metadata and controls

52 lines (25 loc) · 887 Bytes

Progressive Web Application


[TOC]


PWA

PWA(Progressive Web App) is a type of application software delivered through the web, built using common web technologies including HTML, CSS, JavaScript, and WebAssembly.

특징

  • Responsive Web Design
  • Use Service Workers
  • App Manifest
  • Push Notification
  • Native App-like Capabilities

관련 Tool

PWA Builder

웹 사이트를 PWA로 전환할 때 어떤지 검토해줌

Workbox

Service Worker를 자동으로 만듬

Maskable.app

더 나은 PWA 사용성을 위한 adaptive icon을 만들 수 있는 tool

주의 사항

  1. PWA 생성을 위한 웹 어플리케이션이 있어야 함
  2. 보안을 위해 HTTPs를 이용해 서비스가 제공되어야 함
  3. Application Manifest(JSON 파일 등)이 있어야 함
  4. Service Worker가 있어야 함

Copyright © 2022 Song_Artish