[Vuejs]-How to deploy Rails app + Vue on heroku free plan

0👍

Basically you will create a Heroku app for your back-end application, then generate a minified production build of your Vue.js app and then commit and push this file to your app.

This link has more details: https://michaelmeli.com/deployment/2017/09/11/deploying-rails-and-vue-to-heroku.html

Leave a comment