I cannot deploy my Vue.js app and now i am stuck
This is my first Web app using Vue.js. I tried deploying it on Vercel and I got build error after build error. At first, the app used CDN links in the head element in the index.html.
I got a vue-cli build error and I tried installing Vue and the other Vue components. I tried to include a vercel.json file to help with the deployment. So far nothing works.
Any help would be appreciated, I’ve been stuck on this since yesterday.