1 Star 0 Fork 0

akaiuo/file_explorer_vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
akaiuo 提交于 2024-04-28 17:46 . 版本v0.0.1
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false, //禁用enlist格式报错
//更改默认端口
devServer: {
historyApiFallback: true,
allowedHosts: "all", //跳过检查host,用于内网穿透
open: true, // 自动打开浏览器
port: 8081,
proxy: {
"/api": {
target: 'http://localhost:8080',//代理地址 凡是使用/api
changeOrigin: true,//允许跨域请求
secure: false,
pathRewrite: { //重写路径 替换请求地址中的指定路径
'^/api': '' //将请求地址中的api替换为空
}
}
}
},
//打包配置文件
assetsDir: 'static',
parallel: false,
publicPath: './',
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/akaiuo/file_explorer_vue.git
git@gitee.com:akaiuo/file_explorer_vue.git
akaiuo
file_explorer_vue
file_explorer_vue
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385