vue自动启动 和修改端口号
摘要:
新建vue.config.js 文件 module.exports = { devServer: { contentBase: "localhost", open: true, hot: true, port: 3000 }, } dev 就可以修改端口号和自动启动了 阅读全文
posted @ 2021-09-14 08:50 期待圆满 阅读(273) 评论(0) 推荐(0)
posted @ 2021-09-14 08:50 期待圆满 阅读(273) 评论(0) 推荐(0)