vue cli customize domain Posted on 2020-06-30 vue.config.js 中添加 12345module.exports = { devServer: { host: 'gs' // 本机域名 }} 本机域名 在 /etc/hosts