vue学习记录,webstorm自动打开浏览器

package.json中添加
“vue”: {
“devServer”: {
“port”: 8888,//端口设置
“open”: true
}
}

你可能感兴趣的:(vue.js)