Giter Club home page Giter Club logo

Comments (2)

userquin avatar userquin commented on May 30, 2024 2

@spokospace you don't need to install anything, just run pnpm run build and VitePWA plugin will create for you sw.js on dist folder with index.html modified to install sw.js.

In dev mode, it is not generated (sw.js), only for build, see this issue

If you want to use your own sw.js file, you must go to VitePWA repository to check available options. There are WIP features, so you cannot use certain options, see opened issues there.

You can see how to use workbox here.

To test on your own node/express server, just use the dist folder (all pwa stuff are client side, you cannot use it on server side).

from vitesse.

userquin avatar userquin commented on May 30, 2024 1

@spokospace you can also run the app with https, run this from the root directory:
pnpm run build && pnpm run preview-https

First time you run it, will ask you about installing a certificate (that will be generated for you), confirm installation on OS (keychain on macosx and certificate manager on windows) and open https://localhost on chrome, for example.

I forgot that thelocalhost-https dev dependency was already included in package.json.

from vitesse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.