From 70ab6059dadc2eb8037b3722fd12efd488a230fc Mon Sep 17 00:00:00 2001 From: qinjie Date: Mon, 9 Aug 2021 23:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Evue.config.js=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..cce0c03 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + devServer: { + disableHostCheck: false, + host: "localhost", + port: "8999", + https: false, + hotOnly: false, + proxy: null + } +} \ No newline at end of file