diff vue.config.js @ 11:e0b5dd98665e vue-cli

current frontend with asset server configured
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 20 Jun 2018 14:43:48 +0200
parents 1597506a2241
children
line wrap: on
line diff
--- a/vue.config.js	Mon Jun 18 12:11:35 2018 +0200
+++ b/vue.config.js	Wed Jun 20 14:43:48 2018 +0200
@@ -1,10 +1,13 @@
 module.exports = {
-  outputDir: "web",
   devServer: {
     proxy: {
       "/api/*": {
         target: "http://localhost:8000",
         secure: false
+      },
+      "/assets/*": {
+        target: "http://localhost:5000",
+        secure: false
       }
     }
   }