Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
svelte-pwa-template
Advanced tools
This is a Progressive Web App (PWA) template for Svelte apps. It lives at https://github.com/tretapey/svelte-pwa.
To create a new project based on this template using degit:
npx degit tretapey/svelte-pwa my-svelte-pwa
cd my-svelte-pwa
Note that you will need to have Node.js installed.
Install the dependencies...
cd my-svelte-pwa
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
service-worker.js
and manifest.json
files are in the public
folder./public/images/icons
/public/offline.html
file./public/scripts/install.js
file has the install configuration. You should change the app name in the logAppInstalled
function.
Note: If you don't want to make the app installable you can remove the script from the index.html
file in the public
folder.For more info, this template was made following this tutorial
To create an optimised version of the app:
npm run build
FAQs
---
The npm package svelte-pwa-template receives a total of 0 weekly downloads. As such, svelte-pwa-template popularity was classified as not popular.
We found that svelte-pwa-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.