static pwa boilerplate
1.0.0
準備創建一個具有清單和服務工人的靜態漸進式Web應用程序,可以輕鬆地使用GitHub頁面部署。
包括:
sudo apt-get install git
git clone https://github.com/lellefood/static_pwa_boilerplate.git
mv static_pwa_boilerplate <new_project_name>
cd <new_project_name>
manifest.json
root
├── css
│ └── skeleton.css
│ └── normalize.css
│ └── index.css
│
├── js
│ └── index.js
│
├── img
│ └── thumb
│ └── 64.png
│ └── 144.png
│ └── 192.png
│ └── 512.png
│ └── 1366x768.png
│
├── index.html
├── manifest.json
├── README.md
└── serviceworker.js
如何添加一個新頁面?在項目的根部添加一個新文件<new_page_name>.html
。
用/<new_page_name>.html
.html鏈接到它
如何添加Web推送通知?在index.js
腳本中已經給出了獲得PushSubscription的初始代碼,請按照本教程了解Web推動如何工作。
按照GitHub頁面網站上的簡單說明,以了解如何免費部署PWA