vue---- I Your application is running here:
vue项目搭建npm run dev 出现的问题
出现 I Your application is running here: http://localhost:8083
这句话的意思是你的程序在8083端口运行。
解决办法:目录中config下的index.js修改如下:
将autoOpenBrowser:false ;改为true
意思是是否默认打开浏览器改为是。就好了
vue项目搭建npm run dev 出现的问题
出现 I Your application is running here: http://localhost:8083
这句话的意思是你的程序在8083端口运行。
解决办法:目录中config下的index.js修改如下:
将autoOpenBrowser:false ;改为true
意思是是否默认打开浏览器改为是。就好了