Browse Source

Some linting and further documenting

pull/92/head
Matthew Raymer 11 months ago
parent
commit
9846cf3e4c
  1. 5
      README.md

5
README.md

@ -26,6 +26,11 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js,
npm run build
```
```
npx prettier --write ./sw_scripts/
```
to make sure the service worker scripts are in proper form
... then copy the contents of the `sw_scripts` folder to the `dist` folder - except additional_scripts.js.

Loading…
Cancel
Save