DEV Community

Cover image for Vite Update: PWA Documentation for VITE Started Rolling
Jenuel Oras Ganawed
Jenuel Oras Ganawed

Posted on

Vite Update: PWA Documentation for VITE Started Rolling

Vite is actually becoming popular because of how fast it is when it comes to development server, not only that but it also optimizes your web application.

According to Wikipedia progressive web application is a type of application software delivered through the web, built using common web technologies including HTML, CSS and JavaScript. It is intended to work on any platform that uses a standards-compliant browser, including both desktop and mobile devices. Not only that, it caches your app so that it can work even if your offline and it has more features.

Enough of that, in this article I just want to introduce the new documentation for PWA in Vite. This way you can integrate PWA in your websites and make it even faster.

For now, the documentation is in development but you can still go ahead and check it out and start learning it instead.

This is the initial documentation for VITE.
👉👉 https://vite-plugin-pwa.netlify.app/
image

You can check the docs progress here: https://github.com/antfu/vite-plugin-pwa/issues/88#issuecomment-901082076

The docs started by userquin

It contains How to get started and setting up your vite project using pwa. This includes different frameworks like ReactJs, Svelte, Vue, and others.

It also has information on how to deploy in Netlify, AWS, Vercel, NGINX, and Apache Server.

It also has information about workbox, on how to injectManifest, and many more.

Top comments (0)