#16 Deploying a Vue site test
- Aaron
- Dec 6, 2020
- 1 min read
Test server & client deploy with Heroku
Client-side doesn't seem to work out of the box
No easy way to select a specific folder from your repo to deploy.
Take a look at .env:
Test client deploy
Deploying with Netlify:

Routing acts weird on refresh (needs an extra config file)
https://community.netlify.com/t/vue-app-not-routing-correctly-when-deployed/6363
https://docs.netlify.com/routing/redirects/rewrites-proxies/#limitations
Deploying with Vercel:
Vercel recognizes that the app is using Vue automatically
Routing works as it should out of the box 👍
I'll probably deploy my final project with Vercel (for the client) and Heroku (for the server).
تعليقات