In this chapter, we investigated the PWA template from the Vue CLI and subsequently looked at how we can automatically deploy and test our application as it continues to grow. These principles allow us to continually ensure that we can spend more time developing features and less time maintaining deployment documentation and following rudimentary tasks each time.
In the following chapter, we'll cover Nuxt, a framework that allows us to create server-side rendered/static applications using Vue. Nuxt also has an interesting folder-based routing structure, which gives us a lot of power when creating Vue applications.