Nuxt Universal SSR Deployment to Heroku — includes connecting to an API and debugging Vuetify

It’s easy to deploy your Nuxt app… if you haven’t touched it since using `nuxt-create-app`. Once you start adding that pesky code, things get more difficult. In this VueJS Tutorial we deploy our ongoing project to Heroku. Along the way we tackle not just the same old basic deploy steps that everyone does, but we also show how to connect to your server API, and then we debug an issue with Vuetify. 0:00 Start 1:13 Choosing a Strategy 4:50 Deploying a Basic Nuxt App 13:08 Connecting to the API Server 21:20
Back to Top