1 Star 0 Fork 5

Tuhezhi/H5端vue-cli4框架(精简版,vw屏幕适配)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵健 提交于 2022-03-12 18:57 . s
module.exports = {
publicPath: './',
outputDir: 'dist',
lintOnSave: false,
assetsDir: 'static',
//链接服务器地址(本地测试)
devServer: {
// host: 'localhost:8080', // 本地地址
// port: 9527, // 端口号
open: true,
overlay: {
warnings: false,
errors: true
},
proxy: 'http://localhost/', // 后端地址
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tuhezhi/vue-cli3_h5.git
git@gitee.com:tuhezhi/vue-cli3_h5.git
tuhezhi
vue-cli3_h5
H5端vue-cli4框架(精简版,vw屏幕适配)
master

搜索帮助