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

templates.front.vue.config.js.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version

module.exports = {
  publicPath: "/${folderName}/",
  devServer: {
    port: 81,
    host: "0.0.0.0",
    "proxy": {
      "/api": {
        target: "http://localhost:8090",
        changeOrigin: true,
        pathRewrite: {
          "^/api": "/api"
        }
      }
    }
  },
  transpileDependencies: [/node_modules[/\\\\](axios)[/\\\\]/],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy