When we are done coding, it's time to finish our application and make it ready to be released. Now that our custom chat application is working with the Amplify services for the backend and Quasar and Vue for the frontend, we are ready to get up and running on the web.
In this chapter, you will learn how to transform your application into a Progressive Web App (PWA), add some events on the service worker to notify the user of new versions of your application, create a custom banner for installation on iOS devices, and finally deploy the application.
So, in this chapter, we will cover the following recipes:
- Transforming the application into a PWA
- Creating the application update notification
- Adding a custom PWA installation notification on iOS
- Creating the production environment and deploying