Common Vue Problems — Port Number, this, Global Variables, and JSON

John Au-Yeung
DataSeries
Published in
4 min readJun 30, 2020

--

Photo by David Tostado on Unsplash

Vue.js makes developing front end apps easy. However, there are still chances that we’ll run into problems.

In this article, we’ll look at some common issues and see how to solve them.

How to Change Port Number in Vue CLI Project

--

--