submitted over 2 years ago by jacobmziya
Developing an app in the Ionic framework with Vue 3 is usually difficult as it is fairly new and with less documentation. In this article I focus on how you can easily deploy your Ionic Vue 3 app to Heroku.
After spending a couple 8 hours trying to deploy my app to Heroku with a 2 hour deadline that I set myself to my team and hitting a roadblock with Heroku's less described errors (The H10 specifically), I finally got it. It is a hack but worth it.
Create your own web server to handle running the application in heroku using express.js.
First appeared https://tech.jacobmziya.xyz/deploy-ionic-vue-3-app-to-heroku
No comments yet
Be the first to share your opinion!