Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
vue.config.js 113 Bytes
Copy Edit Raw Blame History
13628621937 authored 2023-07-11 18:00 . 更新全新完整高级版本
module.exports = {
// 配置路径别名
configureWebpack: {
devServer: {
disableHostCheck: true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化