All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.vue.config.js Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/**
 * @name: vue 配置文件
 * @author: itmobai
 * @date: 2023-03-09 18:46
 * @description:vue 配置文件
 * @update: 2023-03-09 18:46
 */
module.exports = {
  publicPath: "/admin/",
  devServer: {
    port: 81,
    host: "0.0.0.0",
    "proxy": {
      "/api": {
        target: "http://192.168.1.64:8090",
        changeOrigin: true,
        pathRewrite: {
          "^/api": "/api"
        }
      }
    }
  },
  transpileDependencies: [/node_modules[/\\\\](axios)[/\\\\]/],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy