fix PWA creation & service-worker registration, plus some commentary tweaks

This commit is contained in:
2024-04-09 20:29:21 -06:00
parent 77becf8673
commit 7ae431a9e7
9 changed files with 1924 additions and 355 deletions

View File

@@ -1,7 +1,3 @@
# I tried setting values here and using `vue-cli-service build --mode development`
# but it didn't create some things in "dist":
# - the "css" directory with the CSS extracted from Vue files
# - the sw_scripts-combined* files
#
# ¯\_(ツ)_/¯
# I tried and failed to set things here with vue-cli-service but
# things may be more reliable with vite so let's try again.